projects
/
invirt/packages/invirt-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9f42de0
)
Use python3:Depends instead of python:Depends
author
Ben Steffen
<bds@mit.edu>
Tue, 3 Dec 2019 03:20:27 +0000
(22:20 -0500)
committer
Ben Steffen
<bds@mit.edu>
Tue, 3 Dec 2019 03:20:27 +0000
(22:20 -0500)
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index
0ae26a6
..
45a430a
100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-8,9
+8,9
@@
X-Python3-Version: >= 3.6
Package: invirt-base
Architecture: all
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.
Provides: ${python:Provides}
Description: Base configuration required for all Invirt servers
This package includes common files for the Invirt system.