summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
index 2b5b253b5d..204793759d 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
@@ -30,17 +30,17 @@ REQUIRED_DISTRO_FEATURES = "systemd"
30 30
31inherit setuptools3 python3native 31inherit setuptools3 python3native
32 32
33RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \ 33RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \
34 parted python3-pyparted multipath-tools \ 34 parted python3-pyparted multipath-tools \
35 lsof cryptsetup libblockdev \ 35 lsof cryptsetup libblockdev \
36 libbytesize \ 36 libbytesize \
37" 37"
38 38
39FILES_${PN} += " \ 39FILES:${PN} += " \
40 ${datadir}/dbus-1/system-services \ 40 ${datadir}/dbus-1/system-services \
41" 41"
42 42
43inherit systemd 43inherit systemd
44 44
45SYSTEMD_AUTO_ENABLE = "disable" 45SYSTEMD_AUTO_ENABLE = "disable"
46SYSTEMD_SERVICE_${PN} = "blivet.service" 46SYSTEMD_SERVICE:${PN} = "blivet.service"