added python3-dev as build-dependency
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m28s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 6m25s
Build Debian Packages / build (trixie, debian13) (push) Has been cancelled

This commit is contained in:
2026-03-16 15:46:49 +01:00
parent 28a5710c83
commit 53aae90242
+3 -3
View File
@@ -1,7 +1,7 @@
#!/bin/bash
apt-get -y install libcairo2-dev
apt-get -y install python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg
apt-get -y install gir1.2-gtksource-3.0 debhelper dh-sequence-python3 lsb-release
apt-get -y install libcairo2-dev gir1.2-gtksource-3.0
apt-get -y install python3-dev python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg
apt-get -y install debhelper dh-sequence-python3 lsb-release
DEBRELEASE=$(lsb_release -cs)
case $DEBRELEASE in
"trixie")