Dirk Mueller 2017-05-02 08:41:38 +00:00 committed by Git OBS Bridge
parent 22e9dd043b
commit d3ba2f0100
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 2 08:41:19 UTC 2017 - dmueller@suse.com
- fix pyparsing requirement
-------------------------------------------------------------------
Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com

View File

@ -39,7 +39,11 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pytest}
%endif
Requires: python-pyparsing
# older versions produce:
# File "/usr/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
# MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
# TypeError: __call__() takes exactly 2 arguments (1 given)
Requires: python-pyparsing >= 2.2.0
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch