diff mbox series

[6/6] python3-subunit: fix rdepends

Message ID 20230502173422.1439794-6-ernstp@gmail.com
State New
Headers show
Series [1/6] python3-hatchling: fix rdepends | expand

Commit Message

Ernst Persson May 2, 2023, 5:34 p.m. UTC
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com>
---
 meta/recipes-devtools/python/python3-subunit_1.4.2.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb b/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
index a018ef1dc84..3bb8526dfbc 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
@@ -10,6 +10,9 @@  SRC_URI[sha256sum] = "2988d324d55ec35dd037e502e3f74ac38f4e457bd44ee0edf5e898f7ee
 
 inherit pypi setuptools3
 
-RDEPENDS:${PN} = " python3-testtools"
+RDEPENDS:${PN} = " \
+    ${PYTHON_PN}-extras \
+    ${PYTHON_PN}-testtools \
+"
 
 BBCLASSEXTEND = "nativesdk"