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-eventlet_0.18.4.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-eventlet_0.18.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb index 8c5e904..ce8c5b7 100644 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | 1 | DESCRIPTION = "Highly concurrent networking library" |
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/eventlet" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
| 6 | 6 | ||
| 7 | SRCNAME = "eventlet" | 7 | SRCNAME = "eventlet" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676" | 11 | SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676" |
| 12 | SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" | 12 | SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" |
