summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--setup.py1
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
diff --git a/setup.py b/setup.py
index 6bd4763d2..8ed01c6f0 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setup(
license='AGPL v3 licence, see COPYING',
packages=[
'bootstrap_datepicker',
+ 'ooopy',
'overload_translation',
'archaeological_finds',
'archaeological_warehouse', 'archaeological_files_pdl',