diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 11:40:11 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:46 -0800 |
| commit | 1ada8e0de4433b3009b338bff9b1a89574aa52a0 (patch) | |
| tree | 15c98dfd73eff746b6b6c998c79876590f8da706 | |
| parent | 3e2ed1dcc0887964bc4034f863fce7e24c70570e (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools_build_meta | 16 | inherit setuptools3_legacy |
| 17 | |||
| 17 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.1-*.whl" | 18 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.1-*.whl" |
| 18 | 19 | ||
| 19 | DEPENDS += "apt intltool-native python3-distutils-extra-native" | 20 | DEPENDS += "apt intltool-native python3-distutils-extra-native" |
