diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-06-26 12:42:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-27 23:11:12 +0100 |
commit | 99d2648d9ec31cda8561b06d28ef12c299765cb6 (patch) | |
tree | 42b73ed1f0493212013e0b1e9888155701c60d06 | |
parent | 8eb4d3b581d1ed498f5d540aa2783c42d071fff5 (diff) | |
download | poky-99d2648d9ec31cda8561b06d28ef12c299765cb6.tar.gz |
python3-cryptography: Cleanup DEPENDS/RDEPENDS
idna was removed in 3.1, asn1crypto in 2.8, six in 3.3.1; setuptools
never appears to have been a runtime requirement. With these removed the
recipe both builds and passes ptest:
===== 2824 passed, 52 skipped, 85319 subtests passed in 3932.89s (1:05:32) =====
Also drop redundant ${PYTHON_PN}-setuptools-rust-native DEPENDS as this
comes from python_setuptools3_rust.bbclass.
(From OE-Core rev: 4907bf80e6d3e98c005bcfbc690b75fab104c166)
Signed-off-by: Alex Kiernan <alexk@zuma.ai>
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_37.0.2.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_37.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_37.0.2.bb index 470cf4388c..9ef3a61e9f 100644 --- a/meta/recipes-devtools/python/python3-cryptography_37.0.2.bb +++ b/meta/recipes-devtools/python/python3-cryptography_37.0.2.bb | |||
@@ -66,18 +66,11 @@ SRC_URI += "file://run-ptest \ | |||
66 | inherit pypi python_setuptools3_rust | 66 | inherit pypi python_setuptools3_rust |
67 | 67 | ||
68 | DEPENDS += " \ | 68 | DEPENDS += " \ |
69 | ${PYTHON_PN}-asn1crypto-native \ | ||
70 | ${PYTHON_PN}-cffi-native \ | 69 | ${PYTHON_PN}-cffi-native \ |
71 | ${PYTHON_PN}-setuptools-rust-native \ | ||
72 | ${PYTHON_PN}-six-native \ | ||
73 | " | 70 | " |
74 | 71 | ||
75 | RDEPENDS:${PN} += " \ | 72 | RDEPENDS:${PN} += " \ |
76 | ${PYTHON_PN}-asn1crypto \ | ||
77 | ${PYTHON_PN}-cffi \ | 73 | ${PYTHON_PN}-cffi \ |
78 | ${PYTHON_PN}-idna \ | ||
79 | ${PYTHON_PN}-setuptools \ | ||
80 | ${PYTHON_PN}-six \ | ||
81 | " | 74 | " |
82 | 75 | ||
83 | RDEPENDS:${PN}:append:class-target = " \ | 76 | RDEPENDS:${PN}:append:class-target = " \ |