14
0

Accepting request 666773 from home:dimstar:Factory

Scripted push of project home:dimstar:Factory

OBS-URL: https://build.opensuse.org/request/show/666773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=58
This commit is contained in:
Tomáš Chvátal
2019-01-18 09:58:23 +00:00
committed by Git OBS Bridge
parent a099b5dda4
commit 6cd74cd044
2 changed files with 15 additions and 6 deletions

View File

@@ -25,11 +25,6 @@
%else
%bcond_with test
%endif
%if %{with test}
Name: python-pyparsing-%{flavor}
%else
Name: python-pyparsing
%endif
Version: 2.3.0+git.1546912853.bf348d6
Release: 0
Summary: Grammar Parser Library for Python
@@ -48,11 +43,17 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module unittest2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
#!BuildIgnore: python2-pyparsing
#!BuildIgnore: python3-pyparsing
# do not add dependencies on setuptools and ideally not even full "python";
# this is now a dependency of setuptools
Requires: python-base
BuildArch: noarch
%if %{with test}
Name: python-pyparsing-%{flavor}
%else
Name: python-pyparsing
%endif
%ifpython2
Provides: %{oldpython}-parsing = %{version}
Obsoletes: %{oldpython}-parsing < %{version}