summaryrefslogtreecommitdiffstats
path: root/meta-python
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
parenta87f7624e1ddb68fa24673f52895721b75ef2e19 (diff)
downloadmeta-openembedded-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')
-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 e5223ccd6..ba5bb04db 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 += "\
22 ${PN}-conch \ 22 ${PN}-conch \
23 ${PN}-mail \ 23 ${PN}-mail \
24 ${PN}-names \ 24 ${PN}-names \
25 ${PN}-news \
26 ${PN}-runner \ 25 ${PN}-runner \
27 ${PN}-web \ 26 ${PN}-web \
28 ${PN}-words \ 27 ${PN}-words \
29 ${PN}-flow \
30 ${PN}-pair \ 28 ${PN}-pair \
31 ${PN}-core \ 29 ${PN}-core \
32" 30"
@@ -66,11 +64,9 @@ RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest"
66RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle" 64RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle"
67RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" 65RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
68RDEPENDS:${PN}-names = "${PN}-core" 66RDEPENDS:${PN}-names = "${PN}-core"
69RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols"
70RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" 67RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
71RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" 68RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
72RDEPENDS:${PN}-words += "${PN}-core" 69RDEPENDS:${PN}-words += "${PN}-core"
73RDEPENDS:${PN}-flow += "${PN}-core"
74RDEPENDS:${PN}-pair += "${PN}-core" 70RDEPENDS:${PN}-pair += "${PN}-core"
75 71
76FILES:${PN}-test = " \ 72FILES:${PN}-test = " \
@@ -152,12 +148,6 @@ FILES:${PN}-names = " \
152 ${PYTHON_SITEPACKAGES_DIR}/twisted/names \ 148 ${PYTHON_SITEPACKAGES_DIR}/twisted/names \
153" 149"
154 150
155FILES:${PN}-news = " \
156 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_news.py* \
157 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_news*.pyc \
158 ${PYTHON_SITEPACKAGES_DIR}/twisted/news \
159"
160
161FILES:${PN}-runner = " \ 151FILES:${PN}-runner = " \
162 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \ 152 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \
163 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \ 153 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \
@@ -176,15 +166,7 @@ FILES:${PN}-words = " \
176 ${PYTHON_SITEPACKAGES_DIR}/twisted/words \ 166 ${PYTHON_SITEPACKAGES_DIR}/twisted/words \
177" 167"
178 168
179FILES:${PN}-flow = " \
180 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_flow.py* \
181 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_flow*.pyc \
182 ${PYTHON_SITEPACKAGES_DIR}/twisted/flow \
183"
184
185FILES:${PN}-pair = " \ 169FILES:${PN}-pair = " \
186 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_pair.py* \
187 ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_pair*.pyc \
188 ${PYTHON_SITEPACKAGES_DIR}/twisted/pair \ 170 ${PYTHON_SITEPACKAGES_DIR}/twisted/pair \
189" 171"
190 172