From 3d7fe3e19b0e2577087c22a1c90e53f5683dc78d Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Thu, 21 Apr 2022 16:50:05 +0200 Subject: [PATCH] debian: allow dependencies to be django-3 compliant (#64305) --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 921700b11..73f3b78fc 100644 --- a/debian/control +++ b/debian/control @@ -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),