14
0

Accepting request 904140 from home:alarrosa:branches:devel:languages:python

- Add patch to remove a dependency cycle between
  python-more-itertools and python-setuptools (which requires the
  former just for one simple function):
  * remove-more-itertools-dependency-cycle.patch

OBS-URL: https://build.opensuse.org/request/show/904140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=217
This commit is contained in:
2021-07-05 11:33:23 +00:00
committed by Git OBS Bridge
parent 9195e8307b
commit e017d2b69f
3 changed files with 118 additions and 2 deletions

View File

@@ -45,8 +45,9 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools/setu
Patch0: sort-for-reproducibility.patch
# PATCH-FIX-OPENSUSE remove_mock.patch mcepl@suse.com
Patch1: remove_mock.patch
# PATCH-FIX-OPENSUSE remove-more-itertools-dependency-cycle.patch alarrosa@suse.com
Patch2: remove-more-itertools-dependency-cycle.patch
BuildRequires: %{python_module appdirs >= 1.4.3}
BuildRequires: %{python_module more-itertools >= 8.8.0}
BuildRequires: %{python_module ordered-set >= 3.1.1}
BuildRequires: %{python_module packaging >= 20.4}
BuildRequires: %{python_module pyparsing >= 2.2.1}
@@ -56,7 +57,6 @@ BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-appdirs >= 1.4.3
Requires: python-base >= 3.6
Requires: python-more-itertools >= 8.8.0
Requires: python-ordered-set >= 3.1.1
Requires: python-packaging >= 20.4
Requires: python-pyparsing >= 2.2.1