debian: do not use unnecessary pre-dependencies (#36433)

This commit is contained in:
Paul Marillonnet 2019-09-25 11:44:53 +02:00
parent c5625c57a7
commit 4115e6756b
1 changed files with 4 additions and 3 deletions

7
debian/control vendored
View File

@ -10,8 +10,9 @@ X-Python-Version: >= 2.7
Package: python-authentic2
Architecture: all
Pre-Depends: python-django (>= 1.8), openssl
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1:1.11),
opensssl,
python-requests (>=2.3),
python-django-model-utils (>= 2.4),
python-lasso (>= 2.4.1.100),
@ -48,8 +49,8 @@ Description: Versatile identity server
Package: authentic2
Architecture: all
Pre-Depends: python-authentic2 (= ${binary:Version})
Depends: ${misc:Depends}, adduser,
python-authentic2 (= ${binary:Version}),
python-psycopg2,
gunicorn, dbconfig-common,
debconf | debconf-2.0, ucf
@ -65,8 +66,8 @@ Description: Versatile identity server Python module
Package: authentic2-multitenant
Architecture: all
Pre-Depends: python-authentic2 (= ${binary:Version})
Depends: ${misc:Depends}, adduser,
python-authentic2 (= ${binary:Version}),
python-psycopg2,
python-django-tenant-schemas (>= 1.5.2.1),
python-hobo,