[Python-modules-team] Bug#935965: twisted: Add depends on idna to twisted-core packages

Julian Andres Klode jak at debian.org
Wed Aug 28 14:03:30 BST 2019


Package: twisted
Version: 18.9.0-3
Severity: important
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu eoan ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Add missing Depends for python{,3}-idna to python{,3}-twisted-core, as
    they are needed for TLS support

Thanks for considering the patch.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en
-------------- next part --------------
diff -Nru twisted-18.9.0/debian/control twisted-18.9.0/debian/control
--- twisted-18.9.0/debian/control	2018-12-07 11:23:30.000000000 +0100
+++ twisted-18.9.0/debian/control	2019-08-28 15:00:59.000000000 +0200
@@ -38,7 +38,7 @@
          python3-automat (>= 0.6.0),
          python3-attr (>= 17.1.0),
          ${misc:Depends},
-         python3-openssl, python3-service-identity
+         python3-openssl, python3-idna, python3-service-identity
 Suggests: python3-tk,
           python3-gtk2,
           python3-glade2,
@@ -123,6 +123,7 @@
          ${python:Depends},
          ${misc:Depends},
          python-openssl,
+         python-idna,
          python-service-identity
 Suggests: python-tk,
           python-gtk2,


More information about the Python-modules-team mailing list