Skip to content
Commits on Source (2)
txtorcon (0.19.3-4) unstable; urgency=medium
* Make ipaddress a conditional dependency (See: #880246)
-- Iain R. Learmonth <irl@debian.org> Sun, 07 Jan 2018 22:58:15 +0000
txtorcon (0.19.3-3) unstable; urgency=medium
* Team upload.
......
Description: Make ipaddress a conditional dependency
Origin: https://github.com/meejah/txtorcon/commit/86f4bfc6434f7c05efa5a2d1e112c80b7ae5ff4d
Bug: #247
Bug-Debian: https://bugs.debian.org/880246
Reviewed-By: Iain R. Learmonth <irl@debian.org>
Last-Update: 2018-01-07
--- txtorcon-0.19.3.orig/requirements.txt
+++ txtorcon-0.19.3/requirements.txt
@@ -2,7 +2,7 @@
## hmm, travis-ci doesn't like this since we need a GeoIP-dev package
##GeoIP>=1.2.9
Twisted[tls]>=15.5.0
-ipaddress>=1.0.16
+ipaddress>=1.0.16 ; python_version<'3'
zope.interface>=3.6.1
incremental
automat
disable_test_for_invalid_geoip.patch
remove-privacy-infringing-buttons.patch
remove-privacy-infringing-JS.patch
make-ipaddress-a-conditional-dependency.patch