python-twisted: clean-up the dependencies

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-12-15 15:21:54 -05:00
committed by Armin Kuster
parent 9132eef66b
commit 0f1dff98a4
3 changed files with 4 additions and 4 deletions

View File

@@ -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"