Update setup.py
[invirt/packages/invirt-base.git] / debian / control
index 57dbe7e..e1c6af9 100644 (file)
@@ -1,22 +1,22 @@
 Source: invirt-base
-Section: base
-Priority: extra
+Section: libs
+Priority: optional
 Maintainer: Invirt project <invirt@mit.edu>
-Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.1.0), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python
+Standards-Version: 4.1.4
+X-Python3-Version: >= 3.6
 
 Package: invirt-base
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
-  python-yaml (>= 3.05), python-mako (>= 0.2.2), python-pkg-resources,
-  remctl-client, invirt-config
-Provides: ${python:Provides}
+Depends: ${python3:Depends}, ${misc:Depends},
+  python-pkg-resources, remctl-client, invirt-config,
+  python3 (>= 3.6)
 Description: Base configuration required for all Invirt servers
  This package includes common files for the Invirt system.
   * apt configuration
   * common init-script libraries
   * common Python libraries, including the root of the 'invirt' tree
-  * scripts invirt-getconf and invirt-reload for using
+  * invirt-getconf script and invirt-reload trigger for using
     the Invirt configuration system
  .
  All Invirt hosts and system VMs should have this package.