Accepting request 493662 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/493662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-packaging?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-05-17 08:46:09 +00:00 committed by Git OBS Bridge
commit c866e31f53
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