Accepting request 539781 from home:pluskalm:branches:devel:tools:building

- Run python2 and python3 tests for Factory

OBS-URL: https://build.opensuse.org/request/show/539781
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=104
This commit is contained in:
Klaus Kämpf 2017-11-08 08:40:08 +00:00 committed by Git OBS Bridge
parent 92633b4a17
commit 2f1df77534
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 7 20:07:12 UTC 2017 - mpluskal@suse.com
- Run python2 and python3 tests for Factory
-------------------------------------------------------------------
Sun Sep 24 10:47:22 UTC 2017 - coolo@suse.com

View File

@ -34,8 +34,11 @@ BuildRequires: autoconf
BuildRequires: automake
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
BuildRequires: python2-devel
BuildRequires: python3-devel
%else
BuildRequires: boost-devel
BuildRequires: python-devel
%endif
BuildRequires: gcc-c++
BuildRequires: libtool
@ -47,7 +50,6 @@ BuildRequires: ocaml-findlib
%endif
BuildRequires: pcre-devel
BuildRequires: perl
BuildRequires: python-devel
%if 0%{?rhel_version} > 0
BuildRequires: -vim
%endif