forked from pool/python-pyparsing
Accepting request 1098099 from home:mcalabkova:branches:devel:languages:python:numeric
- Add upstream patch limit-error-messages.patch as a part of a workaround for boo#1213007 Should go together with matplotlib OBS-URL: https://build.opensuse.org/request/show/1098099 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=96
This commit is contained in:
@@ -62,6 +62,8 @@ Summary: Grammar Parser Library for Python
|
||||
License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
|
||||
URL: https://github.com/pyparsing/pyparsing/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz
|
||||
#PATCH-FIX-UPSTREAM https://github.com/pyparsing/pyparsing/pull/493 Limit error message overriding
|
||||
Patch: limit-error-messages.patch
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: fdupes
|
||||
@@ -91,6 +93,7 @@ code uses to construct the grammar directly in Python code.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
%if !%{with test}
|
||||
%build
|
||||
|
Reference in New Issue
Block a user