Use python3:Depends instead of python:Depends
authorBen Steffen <bds@mit.edu>
Tue, 3 Dec 2019 03:20:27 +0000 (22:20 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 3 Dec 2019 03:20:27 +0000 (22:20 -0500)
debian/control

index 0ae26a6..45a430a 100644 (file)
@@ -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.