14
0

- add setuptools-68.patch to fix tests with newer setuptools

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=75
This commit is contained in:
2023-09-04 22:24:12 +00:00
committed by Git OBS Bridge
parent 6ddd8d84c8
commit 5097d95ef3
3 changed files with 41 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ Summary: Python setuptools handler for SCM tags
License: MIT
URL: https://github.com/pypa/setuptools_scm
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
# PATCH-FIX-UPSTREAM: https://github.com/pypa/setuptools_scm/pull/867
Patch1: setuptools-68.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module packaging >= 20.0}
BuildRequires: %{python_module pip}