There is no use of urlgrabber left

As the package does not exist as python3 variant in leap 15.1, we
better remove it now
This commit is contained in:
Stephan Kulow 2019-05-22 07:38:11 +02:00
parent ad7abc06aa
commit 95f23ed915
2 changed files with 1 additions and 4 deletions

View File

@ -48,7 +48,6 @@ BuildRequires: %{use_python}-lxml
BuildRequires: %{use_python}-pycurl
BuildRequires: %{use_python}-python-dateutil
BuildRequires: %{use_python}-pyxdg
BuildRequires: %{use_python}-urlgrabber
# Spec related requirements.
%if 0%{?is_opensuse}
@ -69,7 +68,6 @@ Requires: %{use_python}-pycurl
Requires: %{use_python}-python-dateutil
Requires: %{use_python}-pyxdg
Requires: %{use_python}-requests
Requires: %{use_python}-urlgrabber
# ttm/manager.py
%if %{without python3}
Requires: python-enum34

View File

@ -3,12 +3,11 @@ lxml
PyYAML
pycurl
python-dateutil
urlgrabber
pyxdg
cmdln
git+https://github.com/openSUSE/osc
influxdb
# Dependencies for testing
httpretty<0.9.6
httpretty
mock