forked from pool/python-setuptools_scm
- Fix Leap 42.3 build by moving Name above lua code expansion
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
a3c07faa5f
commit
69985b1d5a
@@ -24,6 +24,11 @@
|
||||
%else
|
||||
%bcond_with test
|
||||
%endif
|
||||
%if %{with test}
|
||||
Name: python-setuptools_scm-%{flavor}
|
||||
%else
|
||||
Name: python-setuptools_scm
|
||||
%endif
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Python setuptools handler for SCM tags
|
||||
@@ -37,11 +42,6 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
Name: python-setuptools_scm-%{flavor}
|
||||
%else
|
||||
Name: python-setuptools_scm
|
||||
%endif
|
||||
%if %{with test}
|
||||
# Testing requirements
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Reference in New Issue
Block a user