From e410b5c54373ce9539f2df9840e3d987f319ee6c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 1 Nov 2017 13:33:03 -0400 Subject: python-twisted: clean-up the dependencies Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-twisted.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-twisted.inc') diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index 4bd4788674..0dd584f9fe 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/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" -- cgit v1.2.3-54-g00ecf