[TELE-569] add build-depends and pkge name for Python 3

This commit is contained in:
Daniel Muyshond 2020-06-28 18:53:41 +02:00
parent 4daea43895
commit 765d9d5bbd
1 changed files with 5 additions and 1 deletions

6
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: passerelle-imio-ts1-datasources
Maintainer: Christophe Boulanger <christophe.boulanger@imio.be>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-django
Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9), dh-python, python-django, python3-django
Standards-Version: 3.9.1
Package: python-passerelle-imio-ts1-datasources
@ -10,3 +10,7 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ts1 datasources import and manage
Package: python3-passerelle-imio-ts1-datasources
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Passerelle connector to ts1 datasources import and manage (Python 3)