From e5fd5619b75a335d3d79953f97a1e4d640a227ed Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 27 May 2019 13:30:00 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-requestsexceptions_1.4.0.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-requestsexceptions_1.4.0.bb') 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 @@ +DESCRIPTION = "Import exceptions from potentially bundled packages in requests." +HOMEPAGE = "https://www.openstack.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" + +SRC_URI[md5sum] = "f43b246ccd7d5b618e6f0dc946a6c3f3" +SRC_URI[sha256sum] = "b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065" + +inherit setuptools pypi + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/tests/* +} + +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf