added setuptools for python on trixie (no stdlib distutils module for python >= 3.12)
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ DEBRELEASE=$(lsb_release -cs)
|
|||||||
case $DEBRELEASE in
|
case $DEBRELEASE in
|
||||||
"trixie")
|
"trixie")
|
||||||
echo "Trixie detected"
|
echo "Trixie detected"
|
||||||
apt-get -y install libgirepository-2.0-dev
|
# python3-setuptools needed, python >= 3.12 has no stdlib distutils module
|
||||||
|
apt-get -y install libgirepository-2.0-dev python3-setuptools
|
||||||
;;
|
;;
|
||||||
"bookworm")
|
"bookworm")
|
||||||
echo "Bookworm detected"
|
echo "Bookworm detected"
|
||||||
|
|||||||
Reference in New Issue
Block a user