diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_13.2.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb index 89301691e1..2b433f718e 100644 --- a/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb | |||
@@ -38,7 +38,13 @@ PACKAGES += "\ | |||
38 | ${PN}-core \ | 38 | ${PN}-core \ |
39 | " | 39 | " |
40 | 40 | ||
41 | PACKAGES =+ "\ | ||
42 | ${PN}-src \ | ||
43 | ${PN}-bin \ | ||
44 | " | ||
45 | |||
41 | RDEPENDS_${PN} = "\ | 46 | RDEPENDS_${PN} = "\ |
47 | ${PN}-bin \ | ||
42 | ${PN}-conch \ | 48 | ${PN}-conch \ |
43 | ${PN}-lore \ | 49 | ${PN}-lore \ |
44 | ${PN}-mail \ | 50 | ${PN}-mail \ |
@@ -233,3 +239,9 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ | |||
233 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ | 239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ |
234 | " | 240 | " |
235 | 241 | ||
242 | RDEPENDS_{PN}-src = "${PN}" | ||
243 | FILES_${PN}-src = " \ | ||
244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ | ||
245 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ | ||
246 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ | ||
247 | " | ||