diff mbox series

[3/6] python3-testtools: add fixtures to rdepends

Message ID 20230502173422.1439794-3-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/python-testtools.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc
index e004d0eb0b5..3321b040374 100644
--- a/meta/recipes-devtools/python/python-testtools.inc
+++ b/meta/recipes-devtools/python/python-testtools.inc
@@ -20,6 +20,7 @@  DEPENDS += " \
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-doctest \
     ${PYTHON_PN}-extras \
+    ${PYTHON_PN}-fixtures \
     ${PYTHON_PN}-pbr \
     ${PYTHON_PN}-six \
     "