diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-30 18:51:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | be103c4a4dd9d8f82d89e4116e417ee09e542fc0 (patch) | |
tree | 1bac4d3bd9637aa6ff590196f0822301c1dbdbf3 /debian/control | |
parent | d94ea9291b5be63c52edd7fe54cb87d7dd282e19 (diff) | |
download | Ishtar-be103c4a4dd9d8f82d89e4116e417ee09e542fc0.tar.bz2 Ishtar-be103c4a4dd9d8f82d89e4116e417ee09e542fc0.zip |
Debian: install other files - fix libraries
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2d91e0fb6..2f90a8ce1 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,8 @@ Depends: ${misc:Depends}, python3-django-simple-history, python3-secretary, python3-weasyprint, - python3-django (>= 1.11.18), - python3-django (<< 2.0), + python3-django (>= 1:1.11.18), + python3-django (<< 2:2.0.0), python3-ajax-select, python3-djangorestframework, python3-django-compressor, |