aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2020-01-24 13:24:52 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-24 13:42:54 -0800
commit7077abdf29a56896ef4dbad94b28201689b70ee3 (patch)
tree6d3f5cabb6e4c64e4748abf0e95358b5e3d5c3c1
parentfabaf58dabb5020146849d21ce0389e22fb701be (diff)
downloadmeta-openembedded-contrib-7077abdf29a56896ef4dbad94b28201689b70ee3.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index d005a2ac22..f830dee60c 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -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"