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:
parent
ad7abc06aa
commit
95f23ed915
2
dist/package/openSUSE-release-tools.spec
vendored
2
dist/package/openSUSE-release-tools.spec
vendored
@ -48,7 +48,6 @@ BuildRequires: %{use_python}-lxml
|
|||||||
BuildRequires: %{use_python}-pycurl
|
BuildRequires: %{use_python}-pycurl
|
||||||
BuildRequires: %{use_python}-python-dateutil
|
BuildRequires: %{use_python}-python-dateutil
|
||||||
BuildRequires: %{use_python}-pyxdg
|
BuildRequires: %{use_python}-pyxdg
|
||||||
BuildRequires: %{use_python}-urlgrabber
|
|
||||||
|
|
||||||
# Spec related requirements.
|
# Spec related requirements.
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
@ -69,7 +68,6 @@ Requires: %{use_python}-pycurl
|
|||||||
Requires: %{use_python}-python-dateutil
|
Requires: %{use_python}-python-dateutil
|
||||||
Requires: %{use_python}-pyxdg
|
Requires: %{use_python}-pyxdg
|
||||||
Requires: %{use_python}-requests
|
Requires: %{use_python}-requests
|
||||||
Requires: %{use_python}-urlgrabber
|
|
||||||
# ttm/manager.py
|
# ttm/manager.py
|
||||||
%if %{without python3}
|
%if %{without python3}
|
||||||
Requires: python-enum34
|
Requires: python-enum34
|
||||||
|
@ -3,12 +3,11 @@ lxml
|
|||||||
PyYAML
|
PyYAML
|
||||||
pycurl
|
pycurl
|
||||||
python-dateutil
|
python-dateutil
|
||||||
urlgrabber
|
|
||||||
pyxdg
|
pyxdg
|
||||||
cmdln
|
cmdln
|
||||||
git+https://github.com/openSUSE/osc
|
git+https://github.com/openSUSE/osc
|
||||||
influxdb
|
influxdb
|
||||||
|
|
||||||
# Dependencies for testing
|
# Dependencies for testing
|
||||||
httpretty<0.9.6
|
httpretty
|
||||||
mock
|
mock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user