summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
index 648a7dd..53e99b1 100644
--- a/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6
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,7 +18,7 @@ DEPENDS += " \
18 python3-pip \ 18 python3-pip \
19 " 19 "
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS:${PN} += " \
22 python3-six \ 22 python3-six \
23 python3-json \ 23 python3-json \
24 python3-xml \ 24 python3-xml \