diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-05-27 20:53:24 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | 6a4971f482424f2c9eadb639f3bb70e3b90295a9 (patch) | |
tree | f828f8d9651aca033ea2f338c878e6833bef5909 | |
parent | dca46788c72232763bd383cbfc279b8553311b64 (diff) | |
download | Ishtar-6a4971f482424f2c9eadb639f3bb70e3b90295a9.tar.bz2 Ishtar-6a4971f482424f2c9eadb639f3bb70e3b90295a9.zip |
Fix dependency removed by mistake
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 260b7bebe..53b087aba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +python-django-ishtar (3.0.8-2) UNRELEASED; urgency=low + + * Fix missing package on setup + + -- Étienne Loks <etienne.loks@iggdrasil.net> Wed, 27 May 2020 20:53:00 +0200 python-django-ishtar (3.0.8-1) UNRELEASED; urgency=low * New upstream version cf. CHANGES.md @@ -24,6 +24,7 @@ setup( license='AGPL v3 licence, see COPYING', packages=[ 'bootstrap_datepicker', + 'ooopy', 'overload_translation', 'archaeological_finds', 'archaeological_warehouse', 'archaeological_files_pdl', |