[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#925576: unblock: python-trustme/0.4.0-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-trustme

This fixes an FTBFS. The package previously built fine, pulling in
python3-idna implicitly via python3-cryptography via python3-openssl.
Since then, python3-cryptography stopped depending on python3-idna,
exposing the bug that python-trustme's build does actually depend on
python3-idna but this wasn't explicitly declared. This change declares
explicitly what was being pulled in previously, so shouldn't in itself
cause any functional change; only the FTBFS will be fixed (along with
the usual regression risk associated with a rebuild).

diff -Nru python-trustme-0.4.0/debian/changelog python-trustme-0.4.0/debian/changelog
--- python-trustme-0.4.0/debian/changelog	2018-10-13 22:48:59.000000000 +0100
+++ python-trustme-0.4.0/debian/changelog	2019-03-26 23:23:50.000000000 +0000
@@ -1,3 +1,10 @@
+python-trustme (0.4.0-2) unstable; urgency=medium
+
+  * Explicitly build-depend on python3-idna to fix FTBFS.
+    Closes: #925566.
+
+ -- Robie Basak <robie@justgohome.co.uk>  Tue, 26 Mar 2019 23:22:42 +0000
+
 python-trustme (0.4.0-1) unstable; urgency=low
 
   * Initial release. Closes: #910951.
diff -Nru python-trustme-0.4.0/debian/control python-trustme-0.4.0/debian/control
--- python-trustme-0.4.0/debian/control	2018-10-13 22:48:59.000000000 +0100
+++ python-trustme-0.4.0/debian/control	2019-03-26 23:21:57.000000000 +0000
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 9~),
                dh-python,
                python3,
+               python3-idna,
                python3-openssl,
                python3-pytest,
                python3-service-identity,

unblock python-trustme/0.4.0-2

Attachment: signature.asc
Description: PGP signature


Reply to: