diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:31 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | 90f52260761ab782ba2e4323c84a94bb39fa7c9a (patch) | |
| tree | e319f99148a560fc65c7ee62ac24adf067693609 /meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb | |
| parent | 9d85b09d85d0c4a16652bfe215d1799d423dc2ca (diff) | |
| download | meta-cloud-services-90f52260761ab782ba2e4323c84a94bb39fa7c9a.tar.gz | |
python-requestsexceptions: uprev to v1.3.0
Uprev required by python-os-client-config v1.28.0.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb deleted file mode 100644 index 4975e52..0000000 --- a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 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 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "requestsexceptions" | ||
| 10 | SRC_URI = "http://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "edf208c247261157bf7a97d7c792d914" | ||
| 13 | SRC_URI[sha256sum] = "d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # conflicting file prevention | ||
| 20 | do_install_append() { | ||
| 21 | rm -f ${D}${libdir}/python*/site-packages/tests/* | ||
| 22 | } | ||
| 23 | |||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python-pbr \ | ||
| 30 | " | ||
