summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9562791..73f6acd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-llfuse (1.3.3+dfsg-2) unstable; urgency=medium
+
+ * Fully drop pytest-catchlog dependency (previous upload only dropped
+ dependency for Python 3 by accident). Closes: #894716.
+
+ -- Nikolaus Rath <Nikolaus@rath.org> Tue, 03 Apr 2018 21:19:02 +0100
+
python-llfuse (1.3.3+dfsg-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index d2eb0ad..bebd84c 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 9),
python3-all-dev,
python3-all-dbg,
python3-sphinx (>= 1.0.7+dfsg),
- python-pytest (>= 2.8.0),
- python-pytest-catchlog,
+ python-pytest (>= 3.3.0),
python-contextlib2,
python3-pytest (>= 3.3.0),
pkg-config,