added python3-dev as build-dependency
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt-get -y install libcairo2-dev
|
apt-get -y install libcairo2-dev gir1.2-gtksource-3.0
|
||||||
apt-get -y install python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg
|
apt-get -y install python3-dev 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 debhelper dh-sequence-python3 lsb-release
|
||||||
DEBRELEASE=$(lsb_release -cs)
|
DEBRELEASE=$(lsb_release -cs)
|
||||||
case $DEBRELEASE in
|
case $DEBRELEASE in
|
||||||
"trixie")
|
"trixie")
|
||||||
|
|||||||
Reference in New Issue
Block a user