python3-constantly: use correct build backend

This package uses setuptools now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-08-10 13:21:22 +01:00
committed by Khem Raj
parent cfc61fb0b5
commit f4fbb3d471
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e393e4ddd223e3a74982efa784f89fd7"
SRC_URI[sha256sum] = "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd"
inherit pypi python_poetry_core
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-versioneer-native"