mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
fix: Add missing 'packaging' dependency
Sponsored-by: Stefan Oettl <stefan.oettl@isarnet.de> (@stefanoettl)
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -7,6 +7,6 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptoo
|
|||||||
|
|
||||||
Package: proxlb
|
Package: proxlb
|
||||||
Architecture: all
|
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
|
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.
|
An advanced resource scheduler and load balancer for Proxmox clusters that also supports maintenance mode and affinity/anti-affinity rules.
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
|
packaging
|
||||||
proxmoxer
|
proxmoxer
|
||||||
requests
|
requests
|
||||||
urllib3
|
urllib3
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|||||||
Reference in New Issue
Block a user