[elbe-devel] [PATCH] debian: exclude optional build dependencies not available on bullseye
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Aug 26 14:28:31 CEST 2024
Some build dependencies are available on bullseye.
Fortunately these are optional anyways so they can be excluded there.
Note: This depends on custom build profiles, not provided by the
upstream tooling.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 1c1365fefe96..dbb79a035437 100644
--- a/debian/control
+++ b/debian/control
@@ -13,16 +13,16 @@ Build-Depends: debhelper-compat (= 13),
python3-passlib,
flake8,
graphviz,
- python3-flake8-import-order,
- python3-flake8-noqa,
- python3-flake8-quotes,
+ python3-flake8-import-order <!dist.bullseye>,
+ python3-flake8-noqa <!dist.bullseye>,
+ python3-flake8-quotes <!dist.bullseye>,
python3-lxml,
python3-apt,
python3-gpg,
python3-guestfs,
python3-jsonschema,
python3-libvirt,
- python3-mypy,
+ python3-mypy <!dist.bullseye>,
python3-passlib,
python3-pytest,
python3-sphinx,
---
base-commit: 2e15ac10ea87803452ee01d7b1ee13f02d804041
change-id: 20240709-debian-bullseye-9f8cf317f5e4
Best regards,
--
Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the elbe-devel
mailing list