summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb30
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
index 767ace114..72a173e6f 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
@@ -39,7 +39,7 @@ PACKAGES =+ "\
39" 39"
40 40
41DEPENDS += " \ 41DEPENDS += " \
42 ${PYTHON_PN}-incremental-native \ 42 python3-incremental-native \
43" 43"
44 44
45RDEPENDS:${PN} = "\ 45RDEPENDS:${PN} = "\
@@ -56,22 +56,22 @@ RDEPENDS:${PN} = "\
56 ${PN}-zsh \ 56 ${PN}-zsh \
57" 57"
58 58
59RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ 59RDEPENDS:${PN}-core = "python3-appdirs \
60 ${PYTHON_PN}-asyncio \ 60 python3-asyncio \
61 ${PYTHON_PN}-automat \ 61 python3-automat \
62 ${PYTHON_PN}-constantly \ 62 python3-constantly \
63 ${PYTHON_PN}-core \ 63 python3-core \
64 ${PYTHON_PN}-debugger \ 64 python3-debugger \
65 ${PYTHON_PN}-hyperlink \ 65 python3-hyperlink \
66 ${PYTHON_PN}-incremental \ 66 python3-incremental \
67 ${PYTHON_PN}-pyhamcrest \ 67 python3-pyhamcrest \
68 ${PYTHON_PN}-pyserial \ 68 python3-pyserial \
69 ${PYTHON_PN}-typing-extensions \ 69 python3-typing-extensions \
70 ${PYTHON_PN}-unixadmin \ 70 python3-unixadmin \
71 ${PYTHON_PN}-zopeinterface \ 71 python3-zopeinterface \
72" 72"
73RDEPENDS:${PN}-test = "${PN}" 73RDEPENDS:${PN}-test = "${PN}"
74RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" 74RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pyasn1 python3-pickle"
75RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" 75RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
76RDEPENDS:${PN}-names = "${PN}-core" 76RDEPENDS:${PN}-names = "${PN}-core"
77RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols" 77RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols"