Install from backports-bullseye pybuild-plugin-pyproject
Build Debian Packages / build (bookworm, debian12) (push) Successful in 12m12s
Build Debian Packages / build (trixie, debian13) (push) Successful in 12m42s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled

This commit is contained in:
2026-03-27 16:16:42 +01:00
parent 2dde9b0227
commit 1322fd3835
+2
View File
@@ -15,6 +15,8 @@ case $DEBRELEASE in
;; ;;
"bullseye") "bullseye")
echo "Bullseye detected" echo "Bullseye detected"
wget https://archive.debian.org/debian/pool/main/d/dh-python/pybuild-plugin-pyproject_5.20230130~bpo11+1_all.deb
dpkg -i pybuild-plugin-pyproject_5.20230130~bpo11+1_all.deb
apt-get -y install libgirepository1.0-dev apt-get -y install libgirepository1.0-dev
;; ;;
*) *)