diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb index d31f45131f..3bfa20fcd9 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb | |||
@@ -6,12 +6,12 @@ SRC_URI[sha256sum] = "4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b895 | |||
6 | 6 | ||
7 | DEPENDS = "systemd python3-cython-native" | 7 | DEPENDS = "systemd python3-cython-native" |
8 | RDEPENDS:${PN} += "\ | 8 | RDEPENDS:${PN} += "\ |
9 | ${PYTHON_PN}-xml \ | 9 | python3-xml \ |
10 | ${PYTHON_PN}-lxml \ | 10 | python3-lxml \ |
11 | ${PYTHON_PN}-pprint \ | 11 | python3-pprint \ |
12 | ${PYTHON_PN}-core \ | 12 | python3-core \ |
13 | ${PYTHON_PN}-shell \ | 13 | python3-shell \ |
14 | ${PYTHON_PN}-io \ | 14 | python3-io \ |
15 | " | 15 | " |
16 | REQUIRED_DISTRO_FEATURES = "systemd" | 16 | REQUIRED_DISTRO_FEATURES = "systemd" |
17 | 17 | ||