From 571025a8a6dc6993a5501a440bea735a8565bfbd Mon Sep 17 00:00:00 2001 From: Florian Paul Azim Hoberg Date: Tue, 18 Nov 2025 13:14:02 +0100 Subject: [PATCH] fix: Add missing 'packaging' dependency Sponsored-by: Stefan Oettl (@stefanoettl) --- debian/control | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3298aa6..e614f28 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptoo Package: proxlb Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-requests, python3-urllib3, python3-proxmoxer, python3-yaml +Depends: ${python3:Depends}, ${misc:Depends}, python3-requests, python3-urllib3, python3-packaging, python3-proxmoxer, python3-yaml Description: An advanced resource scheduler and load balancer for Proxmox clusters An advanced resource scheduler and load balancer for Proxmox clusters that also supports maintenance mode and affinity/anti-affinity rules. diff --git a/requirements.txt b/requirements.txt index 4cfddb2..67b23a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ +packaging proxmoxer requests urllib3 -PyYAML \ No newline at end of file +PyYAML