Tweak compile do to this commit: bcd7e29a3b setuptools_build_meta: clean up configure/compile
Signed-off-by: Armin Kuster <[email protected]> --- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 2fe407e..e653d9d 100644 --- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb @@ -25,7 +25,8 @@ S = "${WORKDIR}/git" do_compile () { cd ${S} ./fail2ban-2to3 - nativepython3 ${S}/build-it.py + mkdir -p ${S}/dist + nativepython3 -c "from setuptools import build_meta; build_meta.build_wheel('./dist')" } do_install:append () { -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56418): https://lists.yoctoproject.org/g/yocto/message/56418 Mute This Topic: https://lists.yoctoproject.org/mt/89696545/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
