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
|
Sat Aug 11 16:28:16 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -24,6 +24,11 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with test}
|
||||||
|
Name: python-setuptools_scm-%{flavor}
|
||||||
|
%else
|
||||||
|
Name: python-setuptools_scm
|
||||||
|
%endif
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python setuptools handler for SCM tags
|
Summary: Python setuptools handler for SCM tags
|
||||||
@ -37,11 +42,6 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
Name: python-setuptools_scm-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-setuptools_scm
|
|
||||||
%endif
|
|
||||||
%if %{with test}
|
|
||||||
# Testing requirements
|
# Testing requirements
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user