- remove dependency on six, this is vendored in setuptools to break
the buildcycle with six (bsc#1166139) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=191
This commit is contained in:
parent
1f1ebc325a
commit
aa9e8b0acb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 08:04:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- remove dependency on six, this is vendored in setuptools to break
|
||||
the buildcycle with six (bsc#1166139)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 14:29:34 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -42,7 +42,6 @@ BuildRequires: %{python_module appdirs}
|
||||
BuildRequires: %{python_module ordered-set}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pyparsing >= 2.0.2}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module xml}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -55,7 +54,6 @@ Requires: python-appdirs
|
||||
Requires: python-base
|
||||
Requires: python-ordered-set
|
||||
Requires: python-packaging
|
||||
Requires: python-six
|
||||
Requires: python-xml
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user