This is an automated email from the ASF dual-hosted git repository.
bstoyanov pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22 by this push:
new 9dee1372658 debian/control: remove python2 as dependency of build
environment (#12213)
9dee1372658 is described below
commit 9dee13726588c9be91da4822c71ca5ae959839e1
Author: Wei Zhou <[email protected]>
AuthorDate: Tue Jan 27 14:39:08 2026 +0100
debian/control: remove python2 as dependency of build environment (#12213)
This fixes the issue that ACS cannot be packaged on Ubuntu 24.04 due to
unsupported python2
verified by `apt-get build-dep .`
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 78842e38ed2..2b8ce929c63 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: The Apache CloudStack Team <[email protected]>
Build-Depends: debhelper (>= 9), openjdk-17-jdk | java17-sdk | java17-jdk |
zulu-17 | openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage,
python-mysql.connector | python3-mysql.connector |
mysql-connector-python-py3, maven (>= 3) | maven3,
- python (>= 2.7) | python2 (>= 2.7), python3 (>= 3), python-setuptools,
python3-setuptools,
+ python3 (>= 3), python3-setuptools,
nodejs (>= 12), lsb-release, dh-systemd | debhelper (>= 13)
Standards-Version: 3.8.1
Homepage: http://www.cloudstack.org/