15
0

Accepting request 925046 from home:bnavigator:branches:devel:languages:python

- Unpin setuptools_scm<6.0 limit

OBS-URL: https://build.opensuse.org/request/show/925046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=20
This commit is contained in:
2021-10-13 12:06:47 +00:00
committed by Git OBS Bridge
parent 750a122386
commit 624c07fd32
2 changed files with 7 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ from Python's ast
%prep
%setup -q -n lazy-object-proxy-%{version}
# unpin setuptools_scm
sed -i '/setuptools_scm/ s/,<6.0//' setup.cfg pyproject.toml
%build
%if !%{with test}