From 2b5c1349702a05ec14d182c30166fa913744208d Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 15 Dec 2019 13:53:22 -0500 Subject: [PATCH] Add missing distutils dep --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f96e9f4..8528ad26 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: Parallel Virtual Cluster CLI client (Python 3) Package: pvc-client-api Architecture: all -Depends: pvc-client-common, python3-yaml, python3-flask, python3-gevent, python3-celery, python-celery-common +Depends: pvc-client-common, python3-yaml, python3-flask, python3-gevent, python3-celery, python-celery-common, python3-distutils Description: Parallel Virtual Cluster API client (Python 3) A KVM/Zookeeper/Ceph-based VM and private cloud manager .