mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-22 12:18:20 +00:00
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:
committed by
Armin Kuster
parent
2b6ae2d951
commit
e410b5c543
@@ -41,16 +41,16 @@ PACKAGES =+ "\
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
${PN}-bin \
|
${PN}-bin \
|
||||||
|
${PN}-core \
|
||||||
${PN}-conch \
|
${PN}-conch \
|
||||||
${PN}-mail \
|
${PN}-mail \
|
||||||
${PN}-names \
|
${PN}-names \
|
||||||
${PN}-news \
|
|
||||||
${PN}-runner \
|
${PN}-runner \
|
||||||
${PN}-web \
|
${PN}-web \
|
||||||
${PN}-words \
|
${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}-test = "${PN}"
|
||||||
RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols"
|
RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols"
|
||||||
RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"
|
RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
require python-twisted.inc
|
require python-twisted.inc
|
||||||
|
|
||||||
RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib"
|
RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-twisted.inc
|
require python-twisted.inc
|
||||||
|
|
||||||
RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang"
|
RDEPENDS_${PN}-core += "python3-lang"
|
||||||
|
|
||||||
FILES_${PN}-core_append += " \
|
FILES_${PN}-core_append += " \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
||||||
|
|||||||
Reference in New Issue
Block a user