summaryrefslogtreecommitdiffstats
path: root/meta-networking/dynamic-layers/meta-python/recipes-printing
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:14 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:48 -0800
commit76e0113299bb65b840b2dd1409e31c67cc66d4b5 (patch)
tree72700bfaf8ece2629599429eb770e78d41e6b755 /meta-networking/dynamic-layers/meta-python/recipes-printing
parent0ece1e8334a8e837b02e685dbad6f43568b9345c (diff)
downloadmeta-openembedded-76e0113299bb65b840b2dd1409e31c67cc66d4b5.tar.gz
system-config-printer: rely on setuptools to obtain distutils copy
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/dynamic-layers/meta-python/recipes-printing')
-rw-r--r--meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
index ead875824..cee907884 100644
--- a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
+++ b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
@@ -11,7 +11,7 @@ inherit autotools gettext pkgconfig python3native features_check
11 11
12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
13 13
14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" 14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native python3-setuptools-native"
15 15
16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)}" 16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)}"
17PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd" 17PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd"