diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-02 15:55:12 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-02 15:56:47 +0100 |
| commit | e58f0bf90f193949e5a8ff686b4a6dcf63c07fa6 (patch) | |
| tree | 28c46b26103a5caa45b7ada8a33811d46d748bec /meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb | |
| parent | 18c930055ff46edbb4a72b5f2709608af78a29a6 (diff) | |
| download | meta-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 'meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb index ae26da1..a78a174 100644 --- a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb +++ b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753" | |||
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | SRCNAME = "pathlib" | 14 | SRCNAME = "pathlib" |
| 15 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 15 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 16 | 16 | ||
| 17 | SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" | 17 | SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" |
| 18 | SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" | 18 | SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" |
