Package: release.debian.org Severity: normal Tags: buster User: [email protected] Usertags: pu
Hi, Please accept the update of python-autobahn fixing a problem in the (build-)dependencies. Debdiff attached. Cheers, Thomas Goirand (zigo)
diff -Nru python-autobahn-17.10.1+dfsg1/debian/changelog python-autobahn-17.10.1+dfsg1/debian/changelog --- python-autobahn-17.10.1+dfsg1/debian/changelog 2018-07-10 09:02:46.000000000 +0200 +++ python-autobahn-17.10.1+dfsg1/debian/changelog 2019-07-08 11:42:44.000000000 +0200 @@ -1,3 +1,9 @@ +python-autobahn (17.10.1+dfsg1-3+deb10u1) buster; urgency=medium + + * Fix (build-)dependency on pyqrcode instead of qrcode (Closes: #931612). + + -- Thomas Goirand <[email protected]> Mon, 08 Jul 2019 11:42:44 +0200 + python-autobahn (17.10.1+dfsg1-3) unstable; urgency=medium * Fixed upstream VCS URL in debian/rules. diff -Nru python-autobahn-17.10.1+dfsg1/debian/control python-autobahn-17.10.1+dfsg1/debian/control --- python-autobahn-17.10.1+dfsg1/debian/control 2018-07-10 09:02:46.000000000 +0200 +++ python-autobahn-17.10.1+dfsg1/debian/control 2019-07-08 11:42:44.000000000 +0200 @@ -23,7 +23,7 @@ python-nacl, python-openssl, python-pytest, - python-qrcode, + python-pyqrcode, python-service-identity, python-six, python-snappy, @@ -43,7 +43,7 @@ python3-nacl, python3-openssl, python3-pytest, - python3-qrcode, + python3-pyqrcode, python3-service-identity, python3-six, python3-snappy, @@ -68,7 +68,7 @@ python-lz4, python-nacl, python-openssl, - python-qrcode, + python-pyqrcode, python-service-identity, python-six, python-snappy, @@ -102,7 +102,7 @@ python3-lz4, python3-nacl, python3-openssl, - python3-qrcode, + python3-pyqrcode, python3-service-identity, python3-six, python3-snappy,

