debian-jessie: restrain to python-django-filters<2 (fixes #22351)

This commit is contained in:
Benjamin Dauvergne 2018-03-08 22:56:19 +01:00
parent ae35e23f77
commit bbb341f571
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ Depends: ${misc:Depends}, ${python:Depends},
python-six (>= 1.0),
python-jwcrypto (>= 0.3.1),
python-cryptography (>= 1.3.4),
python-django-filters (>= 1)
python-django-filters (>= 1),
python-django-filters (<< 2)
Provides: ${python:Provides}
Recommends: python-openid, python-ldap
Suggests: python-raven