Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Make ipaddress a conditional dependency (See: #880246)
· b99520b9
Iain Learmonth
authored
Jan 07, 2018
b99520b9
Update changelog for release
· aa76dac7
Iain Learmonth
authored
Jan 07, 2018
aa76dac7
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aa76dac7
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.
...
...
debian/patches/make-ipaddress-a-conditional-dependency.patch
0 → 100644
View file @
aa76dac7
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
debian/patches/series
View file @
aa76dac7
disable_test_for_invalid_geoip.patch
remove-privacy-infringing-buttons.patch
remove-privacy-infringing-JS.patch
make-ipaddress-a-conditional-dependency.patch