mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-twisted.inc: add missing core dependencies
/usr/bin/twistd doesn't execute correctly if the pyhamcrest, pdb, and getpass modules are not present, so add them to core RDEPENDS. Also reformat the RDEPENDS list across multiple lines for easier reading. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -61,7 +61,17 @@ RDEPENDS_${PN} = "\
|
||||
${PN}-zsh \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat ${PYTHON_PN}-pyserial"
|
||||
RDEPENDS_${PN}-core = "${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-zopeinterface \
|
||||
${PYTHON_PN}-incremental \
|
||||
${PYTHON_PN}-constantly \
|
||||
${PYTHON_PN}-hyperlink \
|
||||
${PYTHON_PN}-automat \
|
||||
${PYTHON_PN}-pyserial \
|
||||
${PYTHON_PN}-pyhamcrest \
|
||||
${PYTHON_PN}-debugger \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
RDEPENDS_${PN}-test = "${PN}"
|
||||
RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle"
|
||||
RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"
|
||||
|
||||
Reference in New Issue
Block a user