summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography_42.0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_42.0.2.bb30
1 files changed, 15 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb
index 7ac0225a39..c21c4d1a03 100644
--- a/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb
@@ -20,30 +20,30 @@ require ${BPN}-crates.inc
20inherit pypi python_setuptools3_rust cargo-update-recipe-crates pkgconfig 20inherit pypi python_setuptools3_rust cargo-update-recipe-crates pkgconfig
21 21
22DEPENDS += " \ 22DEPENDS += " \
23 ${PYTHON_PN}-cffi-native \ 23 python3-cffi-native \
24" 24"
25 25
26RDEPENDS:${PN} += " \ 26RDEPENDS:${PN} += " \
27 ${PYTHON_PN}-cffi \ 27 python3-cffi \
28" 28"
29 29
30RDEPENDS:${PN}:append:class-target = " \ 30RDEPENDS:${PN}:append:class-target = " \
31 ${PYTHON_PN}-numbers \ 31 python3-numbers \
32 ${PYTHON_PN}-threading \ 32 python3-threading \
33" 33"
34 34
35RDEPENDS:${PN}-ptest += " \ 35RDEPENDS:${PN}-ptest += " \
36 ${PYTHON_PN}-bcrypt \ 36 python3-bcrypt \
37 ${PYTHON_PN}-cryptography-vectors (= ${PV}) \ 37 python3-cryptography-vectors (= ${PV}) \
38 ${PYTHON_PN}-hypothesis \ 38 python3-hypothesis \
39 ${PYTHON_PN}-iso8601 \ 39 python3-iso8601 \
40 ${PYTHON_PN}-mmap \ 40 python3-mmap \
41 ${PYTHON_PN}-pretend \ 41 python3-pretend \
42 ${PYTHON_PN}-psutil \ 42 python3-psutil \
43 ${PYTHON_PN}-pytest \ 43 python3-pytest \
44 ${PYTHON_PN}-unittest-automake-output \ 44 python3-unittest-automake-output \
45 ${PYTHON_PN}-pytest-subtests \ 45 python3-pytest-subtests \
46 ${PYTHON_PN}-pytz \ 46 python3-pytz \
47" 47"
48 48
49inherit ptest 49inherit ptest