From 0cffcd09a44b2a58452a5bb13714bfc47d6546bf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 31 Jul 2021 23:31:13 -0400 Subject: global: overrides conversion Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb') 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 inherit setuptools3 pypi # conflicting file prevention -do_install_append() { +do_install:append() { rm -f ${D}${libdir}/python*/site-packages/tests/* } @@ -18,7 +18,7 @@ DEPENDS += " \ python3-pip \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ python3-six \ python3-json \ python3-xml \ -- cgit v1.2.3-54-g00ecf