Accepting request 483250 from home:tbechtold:branches:devel:languages:python

- Only BuildRequire unittest2 for python2

OBS-URL: https://build.opensuse.org/request/show/483250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=22
This commit is contained in:
Dirk Mueller 2017-03-29 08:21:55 +00:00 committed by Git OBS Bridge
parent 27e7b4c951
commit 19a62289c1
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 29 08:16:19 UTC 2017 - tbechtold@suse.com
- Only BuildRequire unittest2 for python2
-------------------------------------------------------------------
Thu Mar 16 18:43:59 UTC 2017 - rjschwei@suse.com

View File

@ -30,9 +30,11 @@ BuildRequires: %{python_module ply >= 3.4}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module simplejson}
BuildRequires: python-rpm-macros
# Testing
# Testing
BuildRequires: %{python_module nose}
BuildRequires: %{python_module unittest2}
%ifpython2
BuildRequires: python-unittest2
%endif
Requires: python-base
Requires: python-ply >= 3.4
Requires: python-simplejson