You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/12/12 07:19:57 UTC

[cloudstack] branch main updated: debian: add python3-setuptools to dependencies (#6930)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b491427479 debian: add python3-setuptools to dependencies (#6930)
0b491427479 is described below

commit 0b491427479e95fa13c4250942ed31298be74f5b
Author: Wei Zhou <we...@apache.org>
AuthorDate: Mon Dec 12 08:19:49 2022 +0100

    debian: add python3-setuptools to dependencies (#6930)
    
    This PR fixes the marvin build error for ubuntu
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a61b0012355..a7e331320b8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: extra
 Maintainer: Wido den Hollander <wi...@widodh.nl>
 Build-Depends: debhelper (>= 9), openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage,
- python-mysql.connector | python3-mysql.connector, maven (>= 3) | maven3, python (>= 2.7), python3 (>= 3), nodejs (>= 12), lsb-release, dh-systemd, python-setuptools
+ python-mysql.connector | python3-mysql.connector, maven (>= 3) | maven3, python (>= 2.7), python3 (>= 3), nodejs (>= 12), lsb-release, dh-systemd, python-setuptools, python3-setuptools
 Standards-Version: 3.8.1
 Homepage: http://www.cloudstack.org/