From 53aae90242262dd071d2367d1811ccd23970becb Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 16 Mar 2026 15:46:49 +0100 Subject: [PATCH] added python3-dev as build-dependency --- requirements.debian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.debian b/requirements.debian index 181faef..3fbaf4f 100644 --- a/requirements.debian +++ b/requirements.debian @@ -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")