diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb | |
parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb | 4 |
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 | |||
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | 11 | ||
12 | # conflicting file prevention | 12 | # conflicting file prevention |
13 | do_install_append() { | 13 | do_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 | ||
21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS:${PN} += " \ |
22 | python3-six \ | 22 | python3-six \ |
23 | python3-json \ | 23 | python3-json \ |
24 | python3-xml \ | 24 | python3-xml \ |