summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc3
-rw-r--r--meta-python/recipes-devtools/python/python-twisted_18.4.0.bb4
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index 260909bdd..01616b168 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -49,9 +49,12 @@ RDEPENDS_${PN} = "\
49 ${PN}-conch \ 49 ${PN}-conch \
50 ${PN}-mail \ 50 ${PN}-mail \
51 ${PN}-names \ 51 ${PN}-names \
52 ${PN}-pair \
53 ${PN}-protocols \
52 ${PN}-runner \ 54 ${PN}-runner \
53 ${PN}-web \ 55 ${PN}-web \
54 ${PN}-words \ 56 ${PN}-words \
57 ${PN}-zsh \
55" 58"
56 59
57RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" 60RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat"
diff --git a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb
index 2be1709d0..5903db3e0 100644
--- a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb
+++ b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb
@@ -2,3 +2,7 @@ inherit pypi setuptools
2require python-twisted.inc 2require python-twisted.inc
3 3
4RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" 4RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"
5
6RDEPENDS_${PN} += " \
7 ${PN}-news \
8"