From bc66575f913a32f657883f774e456ac6c9d959e4 Mon Sep 17 00:00:00 2001 From: sebingel Date: Mon, 6 Apr 2026 10:20:54 +0000 Subject: [PATCH] Add fritzconnection to install-specific requirements files The fritzconnection dependency was added to the top-level requirements.txt when the Fritz!Box plugin was introduced, but the install-specific files for Proxmox and Ubuntu 24 were not updated. Without the entry in these files, fresh installations via the install scripts would not install the dependency. Requested by reviewer jokob-sk in PR #1592. Changes: - Add fritzconnection>=1.15.1 to install/proxmox/requirements.txt - Add fritzconnection>=1.15.1 to install/ubuntu24/requirements.txt All three requirements files now declare the fritzconnection dependency consistently. --- install/proxmox/requirements.txt | 1 + install/ubuntu24/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/install/proxmox/requirements.txt b/install/proxmox/requirements.txt index 2c858b95..cabc786b 100755 --- a/install/proxmox/requirements.txt +++ b/install/proxmox/requirements.txt @@ -25,3 +25,4 @@ yattag zeroconf psutil freebox-api +fritzconnection>=1.15.1 diff --git a/install/ubuntu24/requirements.txt b/install/ubuntu24/requirements.txt index 2c858b95..cabc786b 100755 --- a/install/ubuntu24/requirements.txt +++ b/install/ubuntu24/requirements.txt @@ -25,3 +25,4 @@ yattag zeroconf psutil freebox-api +fritzconnection>=1.15.1