Message ID | 20230502173422.1439794-3-ernstp@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/6] python3-hatchling: fix rdepends | expand |
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 \ "
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com> --- meta/recipes-devtools/python/python-testtools.inc | 1 + 1 file changed, 1 insertion(+)