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:
parent
27e7b4c951
commit
19a62289c1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user