summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-10-14 10:11:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-15 11:47:24 +0100
commit829fcfcefb9a22095881674819712cef7027a915 (patch)
treea4342b586663d1434b8cd5a95bd0b0f57aae84aa
parentf85c68cb9cb93ef55f69620fa56ecc2a67408aa7 (diff)
downloadpoky-829fcfcefb9a22095881674819712cef7027a915.tar.gz
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. (From OE-Core rev: 63b84cba8e6a3e65457ae47fda9cdda7e175db91) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb1
1 files changed, 1 insertions, 0 deletions
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 9163f9d3fd..f89b40c8e1 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
16DEPENDS += "python3-setuptools-scm-native" 16DEPENDS += "python3-setuptools-scm-native"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \
19 python3-pytest \ 20 python3-pytest \
20" 21"
21 22