From: Ben Steffen Date: Tue, 3 Dec 2019 03:20:27 +0000 (-0500) Subject: Use python3:Depends instead of python:Depends X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/508a45dc0331dc68577b87d8f605a66f11fc4823 Use python3:Depends instead of python:Depends --- diff --git a/debian/control b/debian/control index 0ae26a6..45a430a 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ X-Python3-Version: >= 3.6 Package: invirt-base Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, - python-yaml (>= 3.12), python-mako (>= 1.0.7), python-pkg-resources, - remctl-client, invirt-config, python3 (>= 3.6.5) +Depends: ${python3:Depends}, ${misc:Depends}, + python-pkg-resources, remctl-client, invirt-config, + python3 (>= 3.6.5) Provides: ${python:Provides} Description: Base configuration required for all Invirt servers This package includes common files for the Invirt system.