From 42e7e643c762896fc51111f86cb3bef988fbae77 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 17:40:17 -0700 Subject: python3-systemd: Inherit pkgconfig Fixes FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config' Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-systemd_234.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb b/meta-python/recipes-devtools/python/python3-systemd_234.bb index 499fb37049..cbc9f44bc7 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_234.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_234.bb @@ -7,7 +7,7 @@ PYPI_PACKAGE = "systemd-python" DEPENDS += "systemd (<=234)" RDEPENDS:${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging python3-syslog" REQUIRED_DISTRO_FEATURES = "systemd" -inherit pypi features_check setuptools3 +inherit pypi features_check pkgconfig setuptools3 SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d" SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" -- cgit 1.2.3-korg