diff options
author | Derek Straka <derek@asterius.io> | 2017-11-01 13:33:03 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:31:31 -0800 |
commit | e410b5c54373ce9539f2df9840e3d987f319ee6c (patch) | |
tree | 9a94e5d5eb09ee3e589d37f9def390969e5cc82a /meta-python/recipes-devtools/python/python-twisted.inc | |
parent | 2b6ae2d951df1050bf4fe0734ece750d0fef2faf (diff) | |
download | meta-openembedded-e410b5c54373ce9539f2df9840e3d987f319ee6c.tar.gz |
python-twisted: clean-up the dependencies
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 =+ "\ | |||
41 | 41 | ||
42 | RDEPENDS_${PN} = "\ | 42 | RDEPENDS_${PN} = "\ |
43 | ${PN}-bin \ | 43 | ${PN}-bin \ |
44 | ${PN}-core \ | ||
44 | ${PN}-conch \ | 45 | ${PN}-conch \ |
45 | ${PN}-mail \ | 46 | ${PN}-mail \ |
46 | ${PN}-names \ | 47 | ${PN}-names \ |
47 | ${PN}-news \ | ||
48 | ${PN}-runner \ | 48 | ${PN}-runner \ |
49 | ${PN}-web \ | 49 | ${PN}-web \ |
50 | ${PN}-words \ | 50 | ${PN}-words \ |
51 | " | 51 | " |
52 | 52 | ||
53 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" | 53 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" |
54 | RDEPENDS_${PN}-test = "${PN}" | 54 | RDEPENDS_${PN}-test = "${PN}" |
55 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" | 55 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" |
56 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 56 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" |