Bug#868203:

2017-07-12 Thread Michael Hudson-Doyle
simple patch attached
diff -Nru python-autobahn-0.14.1+dfsg1/debian/changelog 
python-autobahn-0.14.1+dfsg1/debian/changelog
--- python-autobahn-0.14.1+dfsg1/debian/changelog   2016-07-18 
01:27:58.0 +1200
+++ python-autobahn-0.14.1+dfsg1/debian/changelog   2017-07-13 
14:44:12.0 +1200
@@ -1,3 +1,9 @@
+python-autobahn (0.14.1+dfsg1-3) unstable; urgency=medium
+
+  * Drop Depends on python3-trollius. (Closes #868203)
+
+ -- Michael Hudson-Doyle   Thu, 13 Jul 2017 
14:39:59 +1200
+
 python-autobahn (0.14.1+dfsg1-2) unstable; urgency=medium
 
   [ Thomas Goirand ]
diff -Nru python-autobahn-0.14.1+dfsg1/debian/control 
python-autobahn-0.14.1+dfsg1/debian/control
--- python-autobahn-0.14.1+dfsg1/debian/control 2016-07-18 01:27:58.0 
+1200
+++ python-autobahn-0.14.1+dfsg1/debian/control 2017-07-13 14:39:35.0 
+1200
@@ -83,7 +83,6 @@
  python3-nacl,
  python3-six,
  python3-snappy (>= 0.5),
- python3-trollius (>= 2.0),
  python3-twisted (>= 11.1),
  python3-txaio (>= 2.5.1),
  python3-zope.interface (>= 3.6),


Bug#868203: drop depends on python3-trollius

2017-07-12 Thread Michael Hudson-Doyle
Source: python-autobahn
Severity: normal
User: debian-pyt...@lists.debian.org
Usertags: python3.6 no-more-python3-trollius

Hi,

I want to remove the python3-trollius package from Debian, and
python-autobahn only imports trollius if asyncio is not found, and asyncio
is part of all supported versions of Python 3 in Debian, so the depends on
python3-trollius can simply be dropped.

Cheers,
mwh