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-smart-table_1.4.13.2.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-smart-table_1.4.13.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb index 987cb8a..cb61771 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e057224b3cd6c78a00683d4f37a924fd" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e057224b3cd6c78a00683d4f37a924fd" |
| 6 | 6 | ||
| 7 | SRCNAME = "XStatic-smart-table" | 7 | SRCNAME = "XStatic-smart-table" |
| 8 | SRC_URI = "http://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 8 | SRC_URI = "https://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" | 10 | SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" |
| 11 | SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" | 11 | SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" |
