[Pkg-privacy-commits] [txtorcon] 02/07: debian/control: Depend on ipaddress, not ipaddr

Nicolas Braud-Santoni nicolas at braud-santoni.eu
Sun Dec 10 02:01:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

nicoo-guest pushed a commit to branch master
in repository txtorcon.

commit 4ff140740742b322be22ad9847cec4a4f4e6aa3d
Author: Nicolas Braud-Santoni <nicolas at braud-santoni.eu>
Date:   Sun Dec 10 02:33:06 2017 +0100

    debian/control: Depend on ipaddress, not ipaddr
    
    Upstream release 0.15.0 replaced that deprecated dependency.
    
    Closes: #881668
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4e5575c..f6ba93e 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Homepage: http://github.com/meejah/txtorcon
 Package: python-txtorcon
 Architecture: all
 Depends: python-geoip,
-         python-ipaddr,
+         python-ipaddress,
          python-twisted,
          python-zope.interface,
          ${misc:Depends},
@@ -55,7 +55,6 @@ Description: Twisted-based asynchronous Tor control protocol implementation (Pyt
 Package: python3-txtorcon
 Architecture: all
 Depends: python3-geoip,
-         python3-ipaddr,
          python3-twisted,
          python3-zope.interface,
          ${misc:Depends},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git



More information about the Pkg-privacy-commits mailing list