diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 4 |
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 | ||
37 | PACKAGES =+ "\ | 37 | PACKAGES =+ "\ |
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 | ||
245 | RDEPENDS_{PN}-src = "${PN}" | 244 | RDEPENDS_${PN}-src = "${PN}" |
246 | FILES_${PN}-src = " \ | 245 | FILES_${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 | |||