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} = "\ ${PN}-zsh \ " -RDEPENDS_${PN}-core = "${PYTHON_PN}-core \ - ${PYTHON_PN}-zopeinterface \ - ${PYTHON_PN}-incremental \ - ${PYTHON_PN}-constantly \ - ${PYTHON_PN}-hyperlink \ +RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ ${PYTHON_PN}-automat \ - ${PYTHON_PN}-pyserial \ - ${PYTHON_PN}-pyhamcrest \ + ${PYTHON_PN}-constantly \ + ${PYTHON_PN}-core \ ${PYTHON_PN}-debugger \ + ${PYTHON_PN}-hyperlink \ + ${PYTHON_PN}-incremental \ + ${PYTHON_PN}-pyhamcrest \ + ${PYTHON_PN}-pyserial \ ${PYTHON_PN}-unixadmin \ + ${PYTHON_PN}-zopeinterface \ " RDEPENDS_${PN}-test = "${PN}" RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle"