Skip to content

Commit ceaa47c

Browse files
committed
trixie: Remove workaround for lexicon
1 parent d5557b1 commit ceaa47c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

trixie

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

561-
# ##################################################### #
562-
# lexicon and python3-lexicon not packaged on trixie... #
563-
# ##################################################### #
564-
# See upstream bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086560
565-
echo "${bold}${red} Installing python3-lexicon, this is a workaround to be removed before release!$normal" | tee -a "$YUNOHOST_LOG"
566-
567-
# Download it from sid...
568-
curl http://ftp.it.debian.org/debian/pool/main/l/lexicon/lexicon_3.21.1-1_all.deb -o /tmp/lexicon.deb
569-
curl http://ftp.it.debian.org/debian/pool/main/l/lexicon/python3-lexicon_3.21.1-1_all.deb -o /tmp/python3-lexicon.deb
570-
apt_install /tmp/lexicon.deb /tmp/python3-lexicon.deb
571-
572561
# Done
573562
printf "$resetline $bold${green}Done$normal"
574563
}

0 commit comments

Comments
 (0)