Accepting request 632095 from devel:languages:python
- Fix Leap 42.3 build by moving Name above lua code expansion OBS-URL: https://build.opensuse.org/request/show/632095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools_scm?expand=0&rev=17
This commit is contained in:
commit
bb8a1b3a20
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 08:02:35 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Fix Leap 42.3 build by moving Name above lua code expansion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 11 16:28:16 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user