diff mbox series

python3-pytest-subtests: RDEPENDS on python3-attrs

Message ID 20241014171144.2937130-2-tim.orling@konsulko.com
State New
Headers show
Series python3-pytest-subtests: RDEPENDS on python3-attrs | expand

Commit Message

Tim Orling Oct. 14, 2024, 5:11 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

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 <tim.orling@konsulko.com>
---
 meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \
 "