summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-twisted.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index 01616b168b..456adf4c39 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -35,7 +35,6 @@ PACKAGES += "\
35" 35"
36 36
37PACKAGES =+ "\ 37PACKAGES =+ "\
38 ${PN}-src \
39 ${PN}-bin \ 38 ${PN}-bin \
40" 39"
41 40
@@ -242,9 +241,10 @@ FILES_${PN}-doc += " \
242 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ 241 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \
243" 242"
244 243
245RDEPENDS_{PN}-src = "${PN}" 244RDEPENDS_${PN}-src = "${PN}"
246FILES_${PN}-src = " \ 245FILES_${PN}-src = " \
247 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ 246 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \
248 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ 247 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \
249 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ 248 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \
250" 249"
250