Skip to content

Commit 220fae3

Browse files
committed
Add workaround for python3-lexicon not being available yet on trixie
1 parent 54eaefb commit 220fae3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

trixie

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,14 @@ function boring_workarounds() {
559559
# We need to make it mutable for the resolvconf dependency to be installed
560560
chattr -i /etc/resolv.conf 2>/dev/null || true
561561

562+
# ######################################### #
563+
# python3-lexicon not packaged on trixie... #
564+
# ######################################### #
565+
566+
# Download it from sid...
567+
curl http://ftp.it.debian.org/debian/pool/main/l/lexicon/python3-lexicon_3.17.0-1_all.deb -o /tmp/python3-lexicon_3.17.0-1_all.deb
568+
apt_install /tmp/python3-lexicon_3.17.0-1_all.deb
569+
562570
# Done
563571
printf "$resetline $bold${green}Done$normal"
564572
}

0 commit comments

Comments
 (0)