| Message ID | 20260911104018.1569984-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] python3-idna: remove redundant RDEPENDS | expand |
diff --git a/meta/recipes-devtools/python/python3-idna_3.19.bb b/meta/recipes-devtools/python/python3-idna_3.19.bb index 6f197e808db..92bbda59d5a 100644 --- a/meta/recipes-devtools/python/python3-idna_3.19.bb +++ b/meta/recipes-devtools/python/python3-idna_3.19.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "5e0811a4383b21dc5838069f801c4fb62113b7447663d2530d2bd6e77b inherit pypi python_flit_core ptest-python-pytest RDEPENDS:${PN} += "python3-codecs" -RDEPENDS:${PN}-ptest += "python3-unittest-automake-output python3-hypothesis" +RDEPENDS:${PN}-ptest += "python3-hypothesis" CVE_PRODUCT = "kjd:idna kjd:internationalized_domain_names_in_applications"
The dependency on python3-unittest-automake-output is added by the ptest-python-pytest class already. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-idna_3.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)