debian: allow installing with django1.8+ (#24396)

This commit is contained in:
Christophe Siraut 2018-06-09 12:09:55 +02:00
parent bfca66edf6
commit c24bdb033e
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -9,7 +9,7 @@ X-Python-Version: >= 2.7
Package: python-combo
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.8), python-django (<< 1.9),
python-django (>= 1.8),
python-djangorestframework (>= 3.3),
python-gadjo (>= 0.53),
python-requests,