diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-16 17:58:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-27 11:26:56 +0000 |
commit | 0966123f0ee76a735ff224a344b4ad54cce47bae (patch) | |
tree | 68c0aeb2884bcea8aebb543a41e2847e05101801 /meta/recipes-devtools/python | |
parent | aa3d92b81b584ef285cbae1939c22394eb6d22ca (diff) | |
download | openembedded-core-0966123f0ee76a735ff224a344b4ad54cce47bae.tar.gz openembedded-core-0966123f0ee76a735ff224a344b4ad54cce47bae.tar.bz2 openembedded-core-0966123f0ee76a735ff224a344b4ad54cce47bae.zip |
python3-pip: update to 7.1.2
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-pip_7.1.2.bb (renamed from meta/recipes-devtools/python/python3-pip_6.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb b/meta/recipes-devtools/python/python3-pip_7.1.2.bb index 58916d4248..297b3510d5 100644 --- a/meta/recipes-devtools/python/python3-pip_6.1.1.bb +++ b/meta/recipes-devtools/python/python3-pip_7.1.2.bb @@ -10,8 +10,8 @@ DEPENDS += "python3 python3-setuptools-native" SRC_URI = " \ http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ " -SRC_URI[md5sum] = "6b19e0a934d982a5a4b798e957cb6d45" -SRC_URI[sha256sum] = "89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556" +SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196" +SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip" |