Skip to content

Commit 5df670f

Browse files
committed
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 .`
1 parent 71f47d6 commit 5df670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: extra
44
Maintainer: The Apache CloudStack Team <dev@cloudstack.apache.org>
55
Build-Depends: debhelper (>= 9), openjdk-17-jdk | java17-sdk | java17-jdk | zulu-17 | openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage,
66
python-mysql.connector | python3-mysql.connector | mysql-connector-python-py3, maven (>= 3) | maven3,
7-
python (>= 2.7) | python2 (>= 2.7), python3 (>= 3), python-setuptools, python3-setuptools,
7+
python3 (>= 3), python3-setuptools,
88
nodejs (>= 12), lsb-release, dh-systemd | debhelper (>= 13)
99
Standards-Version: 3.8.1
1010
Homepage: http://www.cloudstack.org/

0 commit comments

Comments
 (0)