File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments