[Python-modules-commits] [python-pynzb] 05/07: Move lxml to Suggests since there are fallbacks, but Build-Depend on it to run the tests.
Carl Suster
arcresu-guest at moszumanska.debian.org
Mon Jan 9 01:19:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
arcresu-guest pushed a commit to branch master
in repository python-pynzb.
commit 0aac4b72ef0531e4c9dd0a570af1985c313c6d20
Author: Carl Suster <carl at contraflo.ws>
Date: Mon Jan 9 12:03:49 2017 +1100
Move lxml to Suggests since there are fallbacks, but Build-Depend on it to run the tests.
---
debian/changelog | 2 ++
debian/control | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 43874f9..04b868f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ python-pynzb (0.1.0-3) UNRELEASED; urgency=medium
* Call 2to3 during auto build.
* 0001-set-message_id-properly-in-expat-parser.patch: fix an upstream code.
Tests pass for Python 2 with only this change.
+ * Move lxml to Suggests since there are fallbacks, but Build-Depend on it to
+ run the tests.
-- Carl Suster <carl at contraflo.ws> Mon, 09 Jan 2017 00:37:36 +1100
diff --git a/debian/control b/debian/control
index 4f4ad8b..f5307e0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
debhelper (>= 10),
dh-python,
python3-all,
+ python3-lxml,
python3-pytest,
python3-setuptools,
Standards-Version: 3.9.8
@@ -18,9 +19,8 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-pynzb
Package: python3-pynzb
Architecture: all
-Depends:
- ${misc:Depends}, ${python3:Depends},
- python3-lxml
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python3-lxml
Description: unified API for parsing NZB files from NNTP (Usenet) servers
pynzb is a unified API for parsing NZB files, with several concrete
implementations included.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pynzb.git
More information about the Python-modules-commits
mailing list