summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 11:40:11 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:46 -0800
commit1ada8e0de4433b3009b338bff9b1a89574aa52a0 (patch)
tree15c98dfd73eff746b6b6c998c79876590f8da706
parent3e2ed1dcc0887964bc4034f863fce7e24c70570e (diff)
downloadmeta-openembedded-1ada8e0de4433b3009b338bff9b1a89574aa52a0.tar.gz
unattended-upgrades: Inherit setuptools3_legacy
It does not yet build with new PEP-527 packaging Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
index 478d3691a7..2196266b99 100644
--- a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
+++ b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
@@ -13,7 +13,8 @@ SRCREV = "c6db6fad26a2b83ba301b52ff5dee98cef7558ca"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools_build_meta 16inherit setuptools3_legacy
17
17PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.1-*.whl" 18PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.1-*.whl"
18 19
19DEPENDS += "apt intltool-native python3-distutils-extra-native" 20DEPENDS += "apt intltool-native python3-distutils-extra-native"