summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/cockpit
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:23 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:49 -0800
commit628a8d011f794776a6d8dc7f8f547f29ac8dcdeb (patch)
tree1f3ba3ce83d7bdf50135bc05cf2eb6591982a67f /meta-webserver/recipes-webadmin/cockpit
parent38cf12e8c3af278219775103462422ffb4470921 (diff)
downloadmeta-openembedded-628a8d011f794776a6d8dc7f8f547f29ac8dcdeb.tar.gz
cockpit: add setuptools dependency to bring in distutils copy
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/cockpit')
-rw-r--r--meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
index ab05fd377..df7f47a11 100644
--- a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
+++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "a87d090c930e2058bb3e970ca7f2bafe678687966b5c0b8b42a802977e
14inherit gettext pkgconfig autotools systemd features_check 14inherit gettext pkgconfig autotools systemd features_check
15inherit ${@bb.utils.contains('PACKAGECONFIG', 'old-bridge', '', 'python3targetconfig', d)} 15inherit ${@bb.utils.contains('PACKAGECONFIG', 'old-bridge', '', 'python3targetconfig', d)}
16 16
17DEPENDS += "glib-2.0-native intltool-native gnutls virtual/gettext json-glib krb5 libpam systemd" 17DEPENDS += "glib-2.0-native intltool-native gnutls virtual/gettext json-glib krb5 libpam systemd python3-setuptools-native"
18DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'old-bridge', '', 'python3-pip-native', d)}" 18DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'old-bridge', '', 'python3-pip-native', d)}"
19 19
20COMPATIBLE_HOST:libc-musl = "null" 20COMPATIBLE_HOST:libc-musl = "null"