summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Suster <carl@contraflo.ws>2017-01-10 15:42:39 +1100
committerCarl Suster <carl@contraflo.ws>2017-01-10 15:42:39 +1100
commitd969d2151cc4c66c990cee071b97596b41632b53 (patch)
treea93f1856702736d32ee5a241f5b510f2351816c0
parent3828d2ff8f69e530e3bd4803fa873efc2ee8cece (diff)
Clarify changelog entry about lxml relationship
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index babd0b7..7475581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,10 @@ python-pynzb (0.1.0-3) unstable; urgency=medium
* Call 2to3 during auto build.
* 0001-set-message_id-properly-in-expat-parser.patch: fix an upstream code.
This change allows the tests to pass for Python 2.
- * Move lxml to Suggests since there are fallbacks, but Build-Depend on it to
- run the tests.
+ * Move lxml to Suggests rather than Depends since there are fallbacks using
+ standard library XML parsers.
+ * Build-Depend on lxml in order to run the test for the implementation of the
+ NZB parser using lxml (LXMLNZBParser).
* For Python 3, decode strings -> bytes as utf-8 for lxml.
* Fix watch file (although the last release was some time ago).