diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-21 15:40:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-28 11:26:07 +0100 |
commit | 21e9e3642d1dbd3d868a4472716f633bd5626b08 (patch) | |
tree | 8b411637e474d8bc7dc56144e9c6d97288599276 | |
parent | a5d5a244717259c15145c65e0f44e37544afe8ee (diff) | |
download | openembedded-core-21e9e3642d1dbd3d868a4472716f633bd5626b08.tar.gz openembedded-core-21e9e3642d1dbd3d868a4472716f633bd5626b08.tar.bz2 openembedded-core-21e9e3642d1dbd3d868a4472716f633bd5626b08.zip |
python3-iniparse: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/python/python3-iniparse_0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.4.bb b/meta/recipes-devtools/python/python3-iniparse_0.4.bb index 44e3c37f85..f51ce647c9 100644 --- a/meta/recipes-devtools/python/python3-iniparse_0.4.bb +++ b/meta/recipes-devtools/python/python3-iniparse_0.4.bb @@ -8,6 +8,7 @@ SRC_URI = "https://files.pythonhosted.org/packages/source/i/iniparse/iniparse-${ file://0001-Add-python-3-compatibility.patch " SRC_URI[md5sum] = "5e573e9e9733d97623881ce9bbe5eca6" SRC_URI[sha256sum] = "abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054" +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/iniparse/" inherit distutils3 |