From 7ecc71475ad1a48aa6a5c94e5887c7af61f7f273 Mon Sep 17 00:00:00 2001 From: gyptazy Date: Tue, 7 Apr 2026 18:09:08 +0200 Subject: [PATCH 1/3] fix: Missing runtime dependency 'python3-os-xenapi' for Debian packaging Fixes: #267 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6df0871..e9fd7b1 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Depends: ${misc:Depends}, python3-qrcode, python3-pil, python3-ldap3, - python3-pyvmomi + python3-pyvmomi, + python3-os-xenapi Description: Multi-Cluster Manager for Proxmox VE PegaProx is a modern multi-cluster management platform for Proxmox VE. It provides centralized cluster management, automation, From 8dded4b93663f9e5d937cc49c5533f197da6b54e Mon Sep 17 00:00:00 2001 From: gyptazy Date: Tue, 7 Apr 2026 21:02:28 +0200 Subject: [PATCH 2/3] fix: Missing runtime dependency 'python3-netifaces' for Debian packaging Fixes: #267 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index e9fd7b1..3b705c2 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Depends: ${misc:Depends}, python3-requests, python3-urllib3, python3-cryptography, + python3-netifaces, python3-openssl, python3-argon2, python3-paramiko, From dce0b8a04e66aaed9e0c4b2ce9bc2281407aeba6 Mon Sep 17 00:00:00 2001 From: Florian Paul Azim Hoberg Date: Mon, 13 Apr 2026 08:01:33 +0200 Subject: [PATCH 3/3] fix: Rename Debian packaging dependency of python3-os-xenapi to python3-xenapi Fixes: #267 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3b705c2..5587caa 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Depends: ${misc:Depends}, python3-pil, python3-ldap3, python3-pyvmomi, - python3-os-xenapi + python3-xenapi Description: Multi-Cluster Manager for Proxmox VE PegaProx is a modern multi-cluster management platform for Proxmox VE. It provides centralized cluster management, automation,