From a09a1915fcbdf71f1d5e3dc6a6dd61803f7341f2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:13:14 +0100 Subject: [PATCH] fix(deluge): add python3-setuptools for pkg_resources on Python 3.13 --- install/deluge-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/deluge-install.sh b/install/deluge-install.sh index e628e3cb7..40af9bb94 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -16,7 +16,8 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ python3-pip \ - python3-libtorrent + python3-libtorrent \ + python3-setuptools msg_ok "Installed Dependencies" msg_info "Installing Deluge"