From 508a45dc0331dc68577b87d8f605a66f11fc4823 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Mon, 2 Dec 2019 22:20:27 -0500 Subject: [PATCH] Use python3:Depends instead of python:Depends --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 1.7.9.5