14
0

Accepting request 760049 from home:dimstar:Factory

- Drop GeoIP dependency. The geoip interface is no longer valid and
  this package was not portedto GeoIP2. The test has already been
  disarmed a while back.

OBS-URL: https://build.opensuse.org/request/show/760049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-01-02 08:57:44 +00:00
committed by Git OBS Bridge
parent 7d57ab593d
commit e4f94bdd13
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 30 13:38:19 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop GeoIP dependency. The geoip interface is no longer valid and
this package was not portedto GeoIP2. The test has already been
disarmed a while back.
-------------------------------------------------------------------
Mon Sep 16 13:02:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-txtorcon
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,14 +30,12 @@ BuildRequires: fdupes
BuildRequires: python-ipaddress
BuildRequires: python-rpm-macros
Requires: python-Automat
Requires: python-GeoIP >= 1.2.9
Requires: python-Twisted >= 15.5.0
Requires: python-incremental
Requires: python-zope.interface >= 3.6.1
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Automat}
BuildRequires: %{python_module GeoIP >= 1.2.9}
BuildRequires: %{python_module Twisted >= 15.5.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}