[Python-modules-commits] [django-filter] 01/08: Add python(3)-djangorestframework and python(3)-django-crispy-forms to Build-Depends so tests can run successfully.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jul 25 20:37:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-filter.
commit 464202f96ec796fdf528ffd106ac69feb810e639
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jul 25 16:58:12 2017 +0200
Add python(3)-djangorestframework and python(3)-django-crispy-forms to Build-Depends so tests can run successfully.
---
debian/changelog | 5 +++++
debian/control | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 023bc53..aae991a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
django-filter (1.0.4-1) UNRELEASED; urgency=medium
+ [ Brian May ]
* Remove broken symlink. Closes: #857825.
* Fix minor lintian warnings.
* New upstream version. Closes: #865802, closes: #863024.
+ [ Michael Fladischer ]
+ * Add python(3)-djangorestframework and python(3)-django-crispy-forms
+ to Build-Depends so tests can run successfully.
+
-- Brian May <bam at debian.org> Mon, 03 Jul 2017 07:34:00 +1000
django-filter (0.13.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 842ceed..82c6049 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Build-Depends: debhelper (>=10), dh-python,
python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools,
python3-all, python3-django (>= 1.4.5), python3-setuptools,
python-sphinx-rtd-theme, python3-sphinx-rtd-theme,
- python-mock, python3-mock
+ python-mock, python3-mock, python-djangorestframework,
+ python3-djangorestframework, python-django-crispy-forms,
+ python3-django-crispy-forms
Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 4.0.0
X-Python-Version: >= 2.6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-filter.git
More information about the Python-modules-commits
mailing list