From d657ef7d5b4594b638eaf7df312b11efb99000fb Mon Sep 17 00:00:00 2001 From: davidjumani Date: Wed, 23 Sep 2020 15:30:17 +0530 Subject: [PATCH] debian: Changing dependency from python3-distutils to python3-distutils-extra (#4305) * Changing dependency from python3-distutils to python3-distutils-extra * Update debian/control Co-authored-by: Abhishek Kumar Co-authored-by: Abhishek Kumar --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 64f092a2617..1e806eba5df 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.cloudstack.org/ Package: cloudstack-common Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, genisoimage, nfs-common, python3-pip, python3-distutils, python3-netaddr +Depends: ${misc:Depends}, ${python3:Depends}, genisoimage, nfs-common, python3-pip, python3-distutils | python3-distutils-extra, python3-netaddr Conflicts: cloud-scripts, cloud-utils, cloud-system-iso, cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup Description: A common package which contains files which are shared by several CloudStack packages