Skip to content

Commit

Permalink
Add workaround for python3-lexicon not being available yet on trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 1, 2024
1 parent 54eaefb commit 220fae3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions trixie
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,14 @@ function boring_workarounds() {
# We need to make it mutable for the resolvconf dependency to be installed
chattr -i /etc/resolv.conf 2>/dev/null || true

# ######################################### #
# python3-lexicon not packaged on trixie... #
# ######################################### #

# Download it from sid...
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
apt_install /tmp/python3-lexicon_3.17.0-1_all.deb

# Done
printf "$resetline $bold${green}Done$normal"
}
Expand Down

0 comments on commit 220fae3

Please sign in to comment.