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-jsonpath-rw_1.4.0.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-jsonpath-rw_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb index 61c96d0..d80aa75 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=02384665f821c394981e0dd1faec9a7d" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "jsonpath-rw" | 7 | SRCNAME = "jsonpath-rw" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "3a807e05c2c12158fc6bb0a402fd5778" | 11 | SRC_URI[md5sum] = "3a807e05c2c12158fc6bb0a402fd5778" |
| 12 | SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec" | 12 | SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec" |
