summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
index 4bf9c0e..0760c27 100644
--- a/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-requestsexceptions_1.4.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77d
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11
12# conflicting file prevention 12# conflicting file prevention
13do_install_append() { 13do_install:append() {
14 rm -f ${D}${libdir}/python*/site-packages/tests/* 14 rm -f ${D}${libdir}/python*/site-packages/tests/*
15} 15}
16 16
@@ -18,6 +18,6 @@ DEPENDS += " \
18 ${PYTHON_PN}-pbr-native \ 18 ${PYTHON_PN}-pbr-native \
19 " 19 "
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS:${PN} += " \
22 ${PYTHON_PN}-pbr \ 22 ${PYTHON_PN}-pbr \
23 " 23 "