summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Suster <carl@contraflo.ws>2017-01-09 12:03:49 +1100
committerCarl Suster <carl@contraflo.ws>2017-01-09 12:03:49 +1100
commit0aac4b72ef0531e4c9dd0a570af1985c313c6d20 (patch)
treebaba1b7edaf74feafa97c5aa866dd6ee30b20544
parent484d257cd8c16b6dc0cf4f1ebcde9277ad7a3f8d (diff)
Move lxml to Suggests since there are fallbacks, but Build-Depend on it to run the tests.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
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@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.