Skip to content

Commit 44e32a1

Browse files
committed
Fix installation on trixie: install python3-setuptools before...
1 parent a6d391f commit 44e32a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

trixie

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ function boring_workarounds() {
480480

481481
apt_install --no-install-recommends lsb-release dialog curl gnupg apt-transport-https adduser debconf debhelper dh-autoreconf locales
482482

483+
# For some reason there's a loop dependency not managed by apt here, so installing it before yunohost.
484+
apt_install --mark-auto python3-setuptools
485+
483486
echo "" | tee -a "$YUNOHOST_LOG"
484487
echo "" | tee -a "$YUNOHOST_LOG"
485488
echo "$bold 3/5 • Apply various tweaks to prepare installation$normal" | tee -a "$YUNOHOST_LOG"

0 commit comments

Comments
 (0)