added setuptools for python on trixie (no stdlib distutils module for python >= 3.12)
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m23s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 6m56s
Build Debian Packages / build (trixie, debian13) (push) Successful in 8m8s

This commit is contained in:
2026-03-16 16:35:48 +01:00
parent 17766b7b65
commit f545b4021c
+2 -1
View File
@@ -6,7 +6,8 @@ DEBRELEASE=$(lsb_release -cs)
case $DEBRELEASE in
"trixie")
echo "Trixie detected"
apt-get -y install libgirepository-2.0-dev
# python3-setuptools needed, python >= 3.12 has no stdlib distutils module
apt-get -y install libgirepository-2.0-dev python3-setuptools
;;
"bookworm")
echo "Bookworm detected"