Update invirt-quota to Python 3
[invirt/packages/invirt-database.git] / debian / control
1 Source: invirt-database
2 Section: net
3 Priority: optional
4 Maintainer: Invirt project <invirt@mit.edu>
5 Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python,
6   postgresql #, config-package-dev
7 Standards-Version: 4.1.4
8 X-Python3-Version: >= 3.6
9
10 Package: invirt-database
11 Architecture: all
12 Depends: ${python3:Depends}, ${misc:Depends}, python3-sqlalchemy,
13   python3-psycopg2
14 Description: Installs the Invirt database schema files
15   This contains the Python modules to access the Invirt database
16
17 Package: invirt-database-server
18 Architecture: all
19 Depends: ${python3:Depends}, ${misc:Depends}, postgresql, python3-sqlalchemy,
20   python3-psycopg2, adduser, invirt-base, invirt-database
21 Description: Installs the Invirt database server
22   This tracks all the user VMs and is accessed from the VM host