forked from pool/python-packaging
- fix pyparsing requirement
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=17
This commit is contained in:
parent
22e9dd043b
commit
d3ba2f0100
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user