[Python-modules-commits] [python-django-debug-toolbar] 07/08: Build depend on python{3}-html5lib.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Dec 25 15:47:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

asb pushed a commit to branch master
in repository python-django-debug-toolbar.

commit 71233c48f18d27ab2e0373fcb23ed55ff7ca5c7f
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Mon Dec 25 10:33:46 2017 -0500

    Build depend on python{3}-html5lib.
---
 debian/changelog     | 1 +
 debian/control       | 2 ++
 debian/tests/control | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 37a5c75..e394767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-django-debug-toolbar (1:1.9.1-1) UNRELEASED; urgency=medium
     Closes: #883056 Thanks to Steve Langasek.  
   * Invoke tests via pybuild.
   * Bump Standards-Version to 4.1.2, no changes.
+  * Build depend on python{3}-html5lib.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Mon, 25 Dec 2017 09:15:39 -0500
 
diff --git a/debian/control b/debian/control
index 69a98f2..5a05601 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9),
                python3-django,
                python-django-jinja,
                python3-django-jinja,
+               python-html5lib,
+               python3-html5lib,
                python-setuptools,
                python3-setuptools,
                python-sphinx (>= 1.0.7+dfsg-1~),
diff --git a/debian/tests/control b/debian/tests/control
index 77ac3ed..fe79410 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: testsuite
-Depends: @, python, python-django, python-django-jinja, python3-django-jinja, python-sqlparse
+Depends: @, python, python-django, python-django-jinja, python3-django-jinja, python-sqlparse, python-html5lib, python3-html5lib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-debug-toolbar.git



More information about the Python-modules-commits mailing list