diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 3 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_18.4.0.bb | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index 260909bdd8..01616b168b 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/recipes-devtools/python/python-twisted.inc | |||
| @@ -49,9 +49,12 @@ RDEPENDS_${PN} = "\ | |||
| 49 | ${PN}-conch \ | 49 | ${PN}-conch \ |
| 50 | ${PN}-mail \ | 50 | ${PN}-mail \ |
| 51 | ${PN}-names \ | 51 | ${PN}-names \ |
| 52 | ${PN}-pair \ | ||
| 53 | ${PN}-protocols \ | ||
| 52 | ${PN}-runner \ | 54 | ${PN}-runner \ |
| 53 | ${PN}-web \ | 55 | ${PN}-web \ |
| 54 | ${PN}-words \ | 56 | ${PN}-words \ |
| 57 | ${PN}-zsh \ | ||
| 55 | " | 58 | " |
| 56 | 59 | ||
| 57 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" | 60 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" |
diff --git a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb index 2be1709d04..5903db3e02 100644 --- a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb | |||
| @@ -2,3 +2,7 @@ inherit pypi setuptools | |||
| 2 | require python-twisted.inc | 2 | require python-twisted.inc |
| 3 | 3 | ||
| 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" | 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" |
| 5 | |||
| 6 | RDEPENDS_${PN} += " \ | ||
| 7 | ${PN}-news \ | ||
| 8 | " | ||
