debian: allow dependencies to be django-3 compliant (#64305)

This commit is contained in:
Paul Marillonnet 2022-04-21 16:50:05 +02:00
parent a26f30e3df
commit 3d7fe3e19b
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -15,11 +15,11 @@ Depends: ${misc:Depends}, ${python3:Depends},
python3-requests (>=2.3),
python3-requests-oauthlib,
python3-django-model-utils (>= 2.4),
python3-django-model-utils (<< 4),
python3-django-model-utils (<< 4.3),
python3-lasso (>= 2.4.1.100),
python3-dnspython (>= 1.10),
python3-django-select2 (>= 5),
python3-django-select2 (<< 6),
python3-django-select2 (<< 7.8),
python3-django-ratelimit,
python3-gadjo (>= 0.53),
python3-django-tables2 (>= 1),