From: Tim Orling Date: Mon, 14 Oct 2024 17:11:45 +0000 (-0700) Subject: python3-pytest-subtests: RDEPENDS on python3-attrs X-Git-Tag: yocto-5.2~1577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63b84cba8e6a3e65457ae47fda9cdda7e175db91;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pytest-subtests: RDEPENDS on python3-attrs 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 Signed-off-by: Richard Purdie --- 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..f89b40c8e1f 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 \ "