[Python-modules-commits] [html5lib] 03/03: Add genshi and lxml to Build-Depends
Diane Trout
diane at moszumanska.debian.org
Tue Nov 15 19:05:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch master
in repository html5lib.
commit 4ae828d25b78ce6a9bf5ba412e3c023d85225450
Author: Diane Trout <diane at ghic.org>
Date: Tue Nov 15 11:03:59 2016 -0800
Add genshi and lxml to Build-Depends
Adding them reduced the number of skipped tests.
---
debian/changelog | 3 +++
debian/control | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6a9d589..2f0c193 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ html5lib (0.999999999-1) UNRELEASED; urgency=medium
- Remove from Build-Depends: python{,3}-nose
- Add to Build-Depends: python{,3}-pytest-expect needed
to run tests.
+ - Add to Build-Depends: python{,3}-genshi, python{,3}-lxml
+ to decrease number of skipped tests.
+
-- Barry Warsaw <barry at debian.org> Tue, 05 Jul 2016 09:25:15 -0400
html5lib (0.999-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 4e486f8..75c8084 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 8),
dh-python,
python-all (>= 2.6.6-3~),
python-flake8,
+ python-genshi,
+ python-lxml,
python-mock,
python-pytest,
python-pytest-expect,
@@ -15,6 +17,8 @@ Build-Depends: debhelper (>= 8),
python-webencodings,
python3-all,
python3-flake8,
+ python3-genshi,
+ python3-lxml,
python3-mock,
python3-pytest,
python3-pytest-expect,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/html5lib.git
More information about the Python-modules-commits
mailing list