File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments