fix: Add missing 'packaging' dependency

Sponsored-by: Stefan Oettl <stefan.oettl@isarnet.de> (@stefanoettl)
This commit is contained in:
Florian Paul Azim Hoberg
2025-11-18 13:14:02 +01:00
parent 37d19a6a2d
commit 571025a8a6
2 changed files with 3 additions and 2 deletions

2
debian/control vendored
View File

@@ -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.

View File

@@ -1,3 +1,4 @@
packaging
proxmoxer
requests
urllib3