diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-30 15:03:40 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 18:05:36 +0100 |
commit | d4baaca8a24bc7af61860d24aa49d45679a999fb (patch) | |
tree | a03a69f9560161ccf34825b5ef22c05400210e2a /debian/control | |
parent | 85c0a703e9657d2d133b0be0d19a575620f76485 (diff) | |
download | Ishtar-d4baaca8a24bc7af61860d24aa49d45679a999fb.tar.bz2 Ishtar-d4baaca8a24bc7af61860d24aa49d45679a999fb.zip |
Debian: fix test launch - fix dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 061cd9b93..2d91e0fb6 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Package: python3-django-ishtar Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - # generic python lib python3-bs4, python3-gdal, python3-lxml, @@ -27,11 +26,9 @@ Depends: ${misc:Depends}, python3-tidylib, python3-unidecode, python3-xmltodict, - # generic python lib - custom packaging python3-django-simple-history, python3-secretary, python3-weasyprint, - # django python3-django (>= 1.11.18), python3-django (<< 2.0), python3-ajax-select, @@ -41,7 +38,6 @@ Depends: ${misc:Depends}, python3-django-extra-views, python3-django-formtools, python3-django-registration, - # generic apg, gettext, locales, |