diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:18:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:07 -0700 |
| commit | 0fdcb5154a5f9ad09d1fdb6d3e6cb6a5def32962 (patch) | |
| tree | 9139ad78d3d901adca52cf655ac0564864019e84 | |
| parent | 169d18dd371768fbff20493338972e99a540e888 (diff) | |
| download | meta-openembedded-0fdcb5154a5f9ad09d1fdb6d3e6cb6a5def32962.tar.gz | |
python3-systemd: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-systemd_235.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-systemd_235.bb b/meta-python/recipes-devtools/python/python3-systemd_235.bb index 3abea5f5f2..6b44751df7 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_235.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_235.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "4e57f39797fd5d9e2d22b8806a252d7c0106c936039d1e71c8c6b8008e | |||
| 10 | 10 | ||
| 11 | DEPENDS += "systemd (<=235)" | 11 | DEPENDS += "systemd (<=235)" |
| 12 | 12 | ||
| 13 | inherit pypi features_check pkgconfig python_setuptools_build_meta | 13 | inherit pypi features_check pkgconfig setuptools3 |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "systemd" | 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 16 | 16 | ||
