summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc18
1 files changed, 17 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index d70104dc2..f55bbb033 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -56,7 +56,23 @@ RDEPENDS_${PN} = "\
56 ${PN}-zsh \ 56 ${PN}-zsh \
57" 57"
58 58
59RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" 59RDEPENDS_${PN}-core = "${PYTHON_PN}-core \
60 ${PYTHON_PN}-zopeinterface \
61 ${PYTHON_PN}-incremental \
62 ${PYTHON_PN}-constantly \
63 ${PYTHON_PN}-hyperlink \
64 ${PYTHON_PN}-automat \
65 ${PYTHON_PN}-pyserial \
66 ${PYTHON_PN}-pyhamcrest \
67 ${PYTHON_PN}-debugger \
68 ${PYTHON_PN}-unixadmin \
69 ${PYTHON_PN}-pkg-resources \
70 ${PYTHON_PN}-misc \
71 ${PYTHON_PN}-pkgutil \
72 ${PYTHON_PN}-plistlib \
73 ${PYTHON_PN}-setuptools \
74"
75
60RDEPENDS_${PN}-test = "${PN}" 76RDEPENDS_${PN}-test = "${PN}"
61RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" 77RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols"
62RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" 78RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"