diff mbox series

[isar-cip-core] shtab: Truly fix cross-build

Message ID 1c904138-cc44-2bce-4764-e46f143d1e18@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [isar-cip-core] shtab: Truly fix cross-build | expand

Commit Message

Jan Kiszka April 14, 2022, 8:53 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

The python3-all dependency must be broken up into libpython3-all-dev and
python3-all-dev:any so that other packages can still install native
python into the (up to now) shared buildchroot-host.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-python/shtab/python3-shtab_1.4.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-python/shtab/python3-shtab_1.4.2.bb b/recipes-python/shtab/python3-shtab_1.4.2.bb
index ce83d6b..d03e694 100644
--- a/recipes-python/shtab/python3-shtab_1.4.2.bb
+++ b/recipes-python/shtab/python3-shtab_1.4.2.bb
@@ -22,7 +22,8 @@  S = "${WORKDIR}/shtab-${PV}"
 
 DEBIAN_BUILD_DEPENDS = " \
     dh-python, \
-    python3-all, \
+    libpython3-all-dev, \
+    python3-all-dev:any, \
     python3-setuptools, \
     python3-setuptools-scm:native, \
     "