Bugzilla – Bug 1156204
python-txtorcon: GeoIP support is discontinued
Last modified: 2020-03-10 15:48:12 UTC
GeoIP has been discontinued by Maxmind. Please see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ for details. Without the database GeoIP is useless. Therefore all users of GeoIP have to either migrate to libmaxminddb or remove GeoIP support. The GeoIP package itself will be dropped from Tumbleweed.
spec_factory@stitny$ rg -li '^BuildRequires:.*geoip' bind.spec goaccess.spec leechcraft.spec lighttpd.spec netsniff-ng.spec nginx.spec pdns.spec php7-geoip.spec pmacct.spec proftpd.spec python-Django.spec python-Django1.spec python-GeoIP.spec python-txtorcon.spec subnetcalc.spec syslog-ng.spec uwsgi.spec webalizer.spec spec_factory@stitny$
(In reply to Matej Cepl from comment #1) > spec_factory@stitny$ rg -li '^BuildRequires:.*geoip' ... This is a wrong check, there is geoip2 that is correct, the dead one is just geoip.
I used whatdependson to figure out what builds against GeoIP and filed bugs for all of them, see tracker bug :)
The GeoIP requirement has already been dropped. https://build.opensuse.org/request/show/760367