Skip to content

Commit d5557b1

Browse files
committed
trixie: update workaround for lexicon
1 parent 9fb6920 commit d5557b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

trixie

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,15 +558,16 @@ 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-
# python3-lexicon not packaged on trixie... #
563-
# ######################################### #
561+
# ##################################################### #
562+
# lexicon and python3-lexicon not packaged on trixie... #
563+
# ##################################################### #
564564
# See upstream bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086560
565565
echo "${bold}${red} Installing python3-lexicon, this is a workaround to be removed before release!$normal" | tee -a "$YUNOHOST_LOG"
566566

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

571572
# Done
572573
printf "$resetline $bold${green}Done$normal"

0 commit comments

Comments
 (0)