From 1322fd383538c3adcaa334edefa22f50df7dc95c Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 27 Mar 2026 16:16:42 +0100 Subject: [PATCH] Install from backports-bullseye pybuild-plugin-pyproject --- requirements.debian | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.debian b/requirements.debian index ef8d2c4..9cbbe4b 100644 --- a/requirements.debian +++ b/requirements.debian @@ -15,6 +15,8 @@ case $DEBRELEASE in ;; "bullseye") 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 ;; *)