rhtyd commented on a change in pull request #3589: kvm/security_group: Make Security Group Python 3 compatible URL: https://github.com/apache/cloudstack/pull/3589#discussion_r326579641
########## File path: debian/control ########## @@ -3,13 +3,13 @@ Section: libs Priority: extra Maintainer: Wido den Hollander <[email protected]> Build-Depends: debhelper (>= 9), openjdk-8-jdk | java8-sdk | java8-jdk | openjdk-9-jdk, genisoimage, - python-mysql.connector, maven (>= 3) | maven3, python (>= 2.7), lsb-release, dh-systemd, python-setuptools + python-mysql.connector, maven (>= 3) | maven3, python (>= 2.7), python3 (>= 3), lsb-release, dh-systemd, python-setuptools Standards-Version: 3.8.1 Homepage: http://www.cloudstack.org/ Package: cloudstack-common Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, genisoimage, nfs-common, python-netaddr Review comment: @wido @GabrielBrascher Do we no longer need python-netaddr? (for all/any py scripts?) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
