From: Tim Orling <[email protected]> setup.cfg shows run-time dependency on python3-attrs>=19.2.0
https://github.com/pytest-dev/pytest-subtests/blob/3671b40691440fcb01e96e346220ac4fe62d3580/setup.cfg#L30 This was caught during testing ptests for python3-cryptography 43.0.1 upgrade. Signed-off-by: Tim Orling <[email protected]> --- meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb index 9163f9d3fd0..7afd1fc563c 100644 --- a/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb @@ -16,6 +16,7 @@ inherit pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ + python3-attrs \ python3-pytest \ " -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205789): https://lists.openembedded.org/g/openembedded-core/message/205789 Mute This Topic: https://lists.openembedded.org/mt/109005849/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
