diff options
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb')
-rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb index fcadf130c..bd57604f2 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb | |||
@@ -19,16 +19,10 @@ SRC_URI += "\ | |||
19 | " | 19 | " |
20 | SRC_URI[sha256sum] = "1b05b77f3ee35d82c7a577a168c9ba0204d3e9a87eb1975e5f9af47700eeff48" | 20 | SRC_URI[sha256sum] = "1b05b77f3ee35d82c7a577a168c9ba0204d3e9a87eb1975e5f9af47700eeff48" |
21 | 21 | ||
22 | inherit pypi features_check systemd setuptools3 | 22 | inherit pypi features_check systemd setuptools3_legacy |
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "systemd" | 24 | REQUIRED_DISTRO_FEATURES = "systemd" |
25 | 25 | ||
26 | do_install:append() { | ||
27 | mv ${D}${PYTHON_SITEPACKAGES_DIR}${exec_prefix}/* ${D}${exec_prefix} | ||
28 | mv ${D}${PYTHON_SITEPACKAGES_DIR}${sysconfdir} ${D} | ||
29 | mv ${D}${PYTHON_SITEPACKAGES_DIR}${base_libdir} ${D} | ||
30 | } | ||
31 | |||
32 | RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ | 26 | RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ |
33 | parted python3-pyparted multipath-tools \ | 27 | parted python3-pyparted multipath-tools \ |
34 | lsof cryptsetup libblockdev \ | 28 | lsof cryptsetup libblockdev \ |