diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-27 13:30:00 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-29 23:58:49 -0400 |
| commit | e5fd5619b75a335d3d79953f97a1e4d640a227ed (patch) | |
| tree | 906daceebad7d4aedd2fd41874a52117ccf4eeab /meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb | |
| parent | 465b607893cb78444c20b2a886290c4f36d2c3f3 (diff) | |
| download | meta-cloud-services-e5fd5619b75a335d3d79953f97a1e4d640a227ed.tar.gz | |
python-requestsexceptions:upgrade 1.3.0 -> 1.4.0
-Upgrade from python-requestsexceptions_1.3.0.bb to python-requestsexceptions_1.4.0.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb new file mode 100644 index 0000000..729e3d7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "Import exceptions from potentially bundled packages in requests." | ||
| 2 | HOMEPAGE = "https://www.openstack.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f43b246ccd7d5b618e6f0dc946a6c3f3" | ||
| 8 | SRC_URI[sha256sum] = "b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # conflicting file prevention | ||
| 13 | do_install_append() { | ||
| 14 | rm -f ${D}${libdir}/python*/site-packages/tests/* | ||
| 15 | } | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
