aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-15 15:21:54 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-11 13:26:25 -0800
commitffd25a24b0d90d2cd2d067e273d91ffec65b0add (patch)
tree3fae427bb4f2a5717ea83b6864938ff241d386da
parent5832faecdca474e0c8a07060f41cc1adf0a35052 (diff)
downloadmeta-python2-ffd25a24b0d90d2cd2d067e273d91ffec65b0add.tar.gz
python-twisted: clean-up the dependencies
(From meta-openembedded commit: 0f1dff98a4d4a5c863ca5f4b1fd6c52c2efbe709) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-twisted.inc4
-rw-r--r--recipes-devtools/python/python-twisted_17.9.0.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/python-twisted.inc b/recipes-devtools/python/python-twisted.inc
index 4bd4788..0dd584f 100644
--- a/recipes-devtools/python/python-twisted.inc
+++ b/recipes-devtools/python/python-twisted.inc
@@ -41,16 +41,16 @@ PACKAGES =+ "\
RDEPENDS_${PN} = "\
${PN}-bin \
+ ${PN}-core \
${PN}-conch \
${PN}-mail \
${PN}-names \
- ${PN}-news \
${PN}-runner \
${PN}-web \
${PN}-words \
"
-RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib"
+RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat"
RDEPENDS_${PN}-test = "${PN}"
RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols"
RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"
diff --git a/recipes-devtools/python/python-twisted_17.9.0.bb b/recipes-devtools/python/python-twisted_17.9.0.bb
index 3b45110..2be1709 100644
--- a/recipes-devtools/python/python-twisted_17.9.0.bb
+++ b/recipes-devtools/python/python-twisted_17.9.0.bb
@@ -1,4 +1,4 @@
inherit pypi setuptools
require python-twisted.inc
-RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib"
+RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"