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-xstatic-jquery-tablesorter_2.14.5.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-xstatic-jquery-tablesorter_2.14.5.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb index eddbe6d..65213ec 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a9ef3319547ce4563718db4b4657fb94" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| 9 | SRCNAME = "XStatic-JQuery.TableSorter" | 9 | SRCNAME = "XStatic-JQuery.TableSorter" |
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a" | 12 | SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a" |
| 13 | SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0" | 13 | SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0" |
