summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyparsing_2.0.1.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-02 15:55:12 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-02 15:56:47 +0100
commite58f0bf90f193949e5a8ff686b4a6dcf63c07fa6 (patch)
tree28c46b26103a5caa45b7ada8a33811d46d748bec /recipes-devtools/python/python-pyparsing_2.0.1.bb
parent18c930055ff46edbb4a72b5f2709608af78a29a6 (diff)
downloadmeta-cloud-services-e58f0bf90f193949e5a8ff686b4a6dcf63c07fa6.tar.gz
Update SRC_URI for python modules fetched from pypi
pypi recently gave up server side redirects and are enforcing HTTPS access to the repos. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-devtools/python/python-pyparsing_2.0.1.bb')
-rw-r--r--recipes-devtools/python/python-pyparsing_2.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
index 32d9ebb..788c854 100644
--- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
+++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
7PR = "r0" 7PR = "r0"
8SRCNAME = "pyparsing" 8SRCNAME = "pyparsing"
9 9
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.zip" 10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.zip"
11 11
12SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0" 12SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
13SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a" 13SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"