diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index f830dee60c..7537bafd3a 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/recipes-devtools/python/python-twisted.inc | |||
| @@ -61,16 +61,17 @@ RDEPENDS_${PN} = "\ | |||
| 61 | ${PN}-zsh \ | 61 | ${PN}-zsh \ |
| 62 | " | 62 | " |
| 63 | 63 | ||
| 64 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core \ | 64 | RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ |
| 65 | ${PYTHON_PN}-zopeinterface \ | 65 | ${PYTHON_PN}-automat \ |
| 66 | ${PYTHON_PN}-incremental \ | ||
| 67 | ${PYTHON_PN}-constantly \ | 66 | ${PYTHON_PN}-constantly \ |
| 67 | ${PYTHON_PN}-core \ | ||
| 68 | ${PYTHON_PN}-debugger \ | ||
| 68 | ${PYTHON_PN}-hyperlink \ | 69 | ${PYTHON_PN}-hyperlink \ |
| 69 | ${PYTHON_PN}-automat \ | 70 | ${PYTHON_PN}-incremental \ |
| 70 | ${PYTHON_PN}-pyserial \ | ||
| 71 | ${PYTHON_PN}-pyhamcrest \ | 71 | ${PYTHON_PN}-pyhamcrest \ |
| 72 | ${PYTHON_PN}-debugger \ | 72 | ${PYTHON_PN}-pyserial \ |
| 73 | ${PYTHON_PN}-unixadmin \ | 73 | ${PYTHON_PN}-unixadmin \ |
| 74 | ${PYTHON_PN}-zopeinterface \ | ||
| 74 | " | 75 | " |
| 75 | RDEPENDS_${PN}-test = "${PN}" | 76 | RDEPENDS_${PN}-test = "${PN}" |
| 76 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" | 77 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" |
