From 5df670f16c047aa29c2ee634ee2bf9439afbcd97 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Tue, 9 Dec 2025 14:46:02 +0100 Subject: [PATCH] debian/control: remove python2 as dependency of build environment 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 1292639ef304..4b93620353ce 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: The Apache CloudStack Team 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/