We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eaefb commit 220fae3Copy full SHA for 220fae3
trixie
@@ -559,6 +559,14 @@ function boring_workarounds() {
559
# We need to make it mutable for the resolvconf dependency to be installed
560
chattr -i /etc/resolv.conf 2>/dev/null || true
561
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
570
# Done
571
printf "$resetline $bold${green}Done$normal"
572
}
0 commit comments