diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index 4bd4788674..0dd584f9fe 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/recipes-devtools/python/python-twisted.inc | |||
| @@ -41,16 +41,16 @@ PACKAGES =+ "\ | |||
| 41 | 41 | ||
| 42 | RDEPENDS_${PN} = "\ | 42 | RDEPENDS_${PN} = "\ |
| 43 | ${PN}-bin \ | 43 | ${PN}-bin \ |
| 44 | ${PN}-core \ | ||
| 44 | ${PN}-conch \ | 45 | ${PN}-conch \ |
| 45 | ${PN}-mail \ | 46 | ${PN}-mail \ |
| 46 | ${PN}-names \ | 47 | ${PN}-names \ |
| 47 | ${PN}-news \ | ||
| 48 | ${PN}-runner \ | 48 | ${PN}-runner \ |
| 49 | ${PN}-web \ | 49 | ${PN}-web \ |
| 50 | ${PN}-words \ | 50 | ${PN}-words \ |
| 51 | " | 51 | " |
| 52 | 52 | ||
| 53 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" | 53 | RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat" |
| 54 | RDEPENDS_${PN}-test = "${PN}" | 54 | RDEPENDS_${PN}-test = "${PN}" |
| 55 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" | 55 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" |
| 56 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 56 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" |
diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb index 3b4511077f..2be1709d04 100644 --- a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
| 2 | require python-twisted.inc | 2 | require python-twisted.inc |
| 3 | 3 | ||
| 4 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" | 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" |
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb index 98016cca39..d7533d8e70 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
| 2 | require python-twisted.inc | 2 | require python-twisted.inc |
| 3 | 3 | ||
| 4 | RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang" | 4 | RDEPENDS_${PN}-core += "python3-lang" |
| 5 | 5 | ||
| 6 | FILES_${PN}-core_append += " \ | 6 | FILES_${PN}-core_append += " \ |
| 7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
