aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-05-01 17:58:33 +0000
committerKhem Raj <raj.khem@gmail.com>2024-05-01 11:04:41 -0700
commit3fd6f0feec002c85df23b37c04d745a43674ee66 (patch)
tree6702f4595fda9413ee64c4ffa7be12728868c371 /meta-python/recipes-devtools
parenta87f7624e1ddb68fa24673f52895721b75ef2e19 (diff)
downloadmeta-openembedded-contrib-3fd6f0feec002c85df23b37c04d745a43674ee66.tar.gz
python3-twisted: remove obsolete python3-twisted-flow
The flow module was removed in Twisted 9.0.0 a long time and currently does not install anything. Let's remove it to cleanup the recipe. This commit also removes python3-twisted-news package because the source files were removed in Twisted 21.2.0. All other files which no longer exist in the source are also removed from FILES. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
index e5223ccd65..ba5bb04db0 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
@@ -22,11 +22,9 @@ PACKAGES += "\
${PN}-conch \
${PN}-mail \
${PN}-names \
- ${PN}-news \
${PN}-runner \
${PN}-web \
${PN}-words \
- ${PN}-flow \
${PN}-pair \
${PN}-core \
"
@@ -66,11 +64,9 @@ RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest"
RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle"
RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-names = "${PN}-core"
-RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-words += "${PN}-core"
-RDEPENDS:${PN}-flow += "${PN}-core"
RDEPENDS:${PN}-pair += "${PN}-core"
FILES:${PN}-test = " \
@@ -152,12 +148,6 @@ FILES:${PN}-names = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/names \
"
-FILES:${PN}-news = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_news.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_news*.pyc \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/news \
-"
-
FILES:${PN}-runner = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \
${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \
@@ -176,15 +166,7 @@ FILES:${PN}-words = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/words \
"
-FILES:${PN}-flow = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_flow.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_flow*.pyc \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/flow \
-"
-
FILES:${PN}-pair = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_pair.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_pair*.pyc \
${PYTHON_SITEPACKAGES_DIR}/twisted/pair \
"