diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-pip_8.1.2.bb (renamed from meta/recipes-devtools/python/python3-pip_8.0.0.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_8.0.0.bb b/meta/recipes-devtools/python/python3-pip_8.1.2.bb index 834ecda6d7..e319dff675 100644 --- a/meta/recipes-devtools/python/python3-pip_8.0.0.bb +++ b/meta/recipes-devtools/python/python3-pip_8.1.2.bb | |||
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452" | |||
7 | SRCNAME = "pip" | 7 | SRCNAME = "pip" |
8 | DEPENDS += "python3 python3-setuptools-native" | 8 | DEPENDS += "python3 python3-setuptools-native" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 11 | |
12 | " | 12 | SRC_URI[md5sum] = "87083c0b9867963b29f7aba3613e8f4a" |
13 | SRC_URI[md5sum] = "5601c4323464add1482291634142894d" | 13 | SRC_URI[sha256sum] = "4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732" |
14 | SRC_URI[sha256sum] = "90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1" | ||
15 | 14 | ||
16 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip" | 15 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip" |
17 | 16 | ||