diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2017-10-06 10:04:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-15 17:29:40 +0000 |
commit | 929a6543e617fc5cfd99069c1c390a6a15f093ce (patch) | |
tree | 53f8b1e8c2b64c1ce9fa2a39082124962f08c73a /meta-python | |
parent | 8590328a414d16955f8d0c4e6693a88bc1331d3a (diff) | |
download | meta-openembedded-929a6543e617fc5cfd99069c1c390a6a15f093ce.tar.gz |
python-twisted: remove empty lore subpackage
Currently installing python-twisted fails because it cannot find a
python-twisted-lore package. lore package isn't created because as of twisted
15.3.x lore has been removed, thus no file belongs to it.
Removal reference:
"twisted.lore has now been removed, in preference to Sphinx. (#7892)"
https://github.com/twisted/twisted/blob/trunk/NEWS.rst#twisted-core-1530-2015-08-04
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index fed629c321..4bd4788674 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/recipes-devtools/python/python-twisted.inc | |||
@@ -23,7 +23,6 @@ PACKAGES += "\ | |||
23 | ${PN}-test \ | 23 | ${PN}-test \ |
24 | ${PN}-protocols \ | 24 | ${PN}-protocols \ |
25 | ${PN}-conch \ | 25 | ${PN}-conch \ |
26 | ${PN}-lore \ | ||
27 | ${PN}-mail \ | 26 | ${PN}-mail \ |
28 | ${PN}-names \ | 27 | ${PN}-names \ |
29 | ${PN}-news \ | 28 | ${PN}-news \ |
@@ -43,7 +42,6 @@ PACKAGES =+ "\ | |||
43 | RDEPENDS_${PN} = "\ | 42 | RDEPENDS_${PN} = "\ |
44 | ${PN}-bin \ | 43 | ${PN}-bin \ |
45 | ${PN}-conch \ | 44 | ${PN}-conch \ |
46 | ${PN}-lore \ | ||
47 | ${PN}-mail \ | 45 | ${PN}-mail \ |
48 | ${PN}-names \ | 46 | ${PN}-names \ |
49 | ${PN}-news \ | 47 | ${PN}-news \ |
@@ -55,7 +53,6 @@ RDEPENDS_${PN} = "\ | |||
55 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" | 53 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" |
56 | RDEPENDS_${PN}-test = "${PN}" | 54 | RDEPENDS_${PN}-test = "${PN}" |
57 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" | 55 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" |
58 | RDEPENDS_${PN}-lore = "${PN}-core" | ||
59 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 56 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" |
60 | RDEPENDS_${PN}-names = "${PN}-core" | 57 | RDEPENDS_${PN}-names = "${PN}-core" |
61 | RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" | 58 | RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" |
@@ -187,13 +184,6 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/_threads/ \ | |||
187 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ | 184 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ |
188 | " | 185 | " |
189 | 186 | ||
190 | FILES_${PN}-lore = " \ | ||
191 | ${bindir}/bookify \ | ||
192 | ${bindir}/lore \ | ||
193 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_lore.py* \ | ||
194 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/lore \ | ||
195 | " | ||
196 | |||
197 | FILES_${PN}-mail = " \ | 187 | FILES_${PN}-mail = " \ |
198 | ${bindir}/mailmail \ | 188 | ${bindir}/mailmail \ |
199 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ | 189 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ |