diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 12 |
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} = "\ | |||
61 | ${PN}-zsh \ | 61 | ${PN}-zsh \ |
62 | " | 62 | " |
63 | 63 | ||
64 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat ${PYTHON_PN}-pyserial" | 64 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core \ |
65 | ${PYTHON_PN}-zopeinterface \ | ||
66 | ${PYTHON_PN}-incremental \ | ||
67 | ${PYTHON_PN}-constantly \ | ||
68 | ${PYTHON_PN}-hyperlink \ | ||
69 | ${PYTHON_PN}-automat \ | ||
70 | ${PYTHON_PN}-pyserial \ | ||
71 | ${PYTHON_PN}-pyhamcrest \ | ||
72 | ${PYTHON_PN}-debugger \ | ||
73 | ${PYTHON_PN}-unixadmin \ | ||
74 | " | ||
65 | RDEPENDS_${PN}-test = "${PN}" | 75 | RDEPENDS_${PN}-test = "${PN}" |
66 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" | 76 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" |
67 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 77 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" |