summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fladischer <FladischerMichael@fladi.at>2017-05-31 11:27:35 +0200
committerMichael Fladischer <FladischerMichael@fladi.at>2017-05-31 11:53:34 +0200
commit82a01f5600164b213a7b4e406d53534d9c74506e (patch)
tree57cc4b0741af38e699d056bdc4ab7cce1dfcc9b7
parentad97b7cbcf307a3932fc6478f5dd2e8c1b49121c (diff)
Add Django support to documentation and tests.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 469694b..5f11cfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-testfixtures (4.14.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * Add Django support to documentation and tests.
-- Michael Fladischer <fladi@debian.org> Tue, 30 May 2017 14:11:06 +0200
diff --git a/debian/control b/debian/control
index da53e23..1be0759 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
+ python-django,
+ python-django-doc,
python-doc,
python-manuel,
python-mock,
@@ -14,6 +16,7 @@ Build-Depends: debhelper (>= 9),
python-zope.component,
python-zope.testrunner,
python3-all,
+ python3-django,
python3-doc,
python3-manuel,
python3-mock,