summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
index b097cb7fb4..865190fac9 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
@@ -42,8 +42,7 @@ RDEPENDS:${PN} = "\
42 ${PN}-zsh \ 42 ${PN}-zsh \
43" 43"
44 44
45RDEPENDS:${PN}-core = "python3-appdirs \ 45RDEPENDS:${PN}-core = "python3-asyncio \
46 python3-asyncio \
47 python3-attrs \ 46 python3-attrs \
48 python3-automat \ 47 python3-automat \
49 python3-constantly \ 48 python3-constantly \
@@ -57,7 +56,7 @@ RDEPENDS:${PN}-core = "python3-appdirs \
57 python3-zopeinterface \ 56 python3-zopeinterface \
58" 57"
59RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest" 58RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest"
60RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle" 59RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-appdirs python3-bcrypt python3-cryptography python3-pickle"
61RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" 60RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
62RDEPENDS:${PN}-names = "${PN}-core" 61RDEPENDS:${PN}-names = "${PN}-core"
63RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" 62RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"