summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-twisted.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index d005a2ac22..f830dee60c 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -61,7 +61,17 @@ RDEPENDS_${PN} = "\
61 ${PN}-zsh \ 61 ${PN}-zsh \
62" 62"
63 63
64RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat ${PYTHON_PN}-pyserial" 64RDEPENDS_${PN}-core = "${PYTHON_PN}-core \
65 ${PYTHON_PN}-zopeinterface \
66 ${PYTHON_PN}-incremental \
67 ${PYTHON_PN}-constantly \
68 ${PYTHON_PN}-hyperlink \
69 ${PYTHON_PN}-automat \
70 ${PYTHON_PN}-pyserial \
71 ${PYTHON_PN}-pyhamcrest \
72 ${PYTHON_PN}-debugger \
73 ${PYTHON_PN}-unixadmin \
74"
65RDEPENDS_${PN}-test = "${PN}" 75RDEPENDS_${PN}-test = "${PN}"
66RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" 76RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle"
67RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" 77RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"