Accepting request 539788 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/539788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swig?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2017-11-14 13:05:53 +00:00 committed by Git OBS Bridge
commit f64f7ba8a7
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