Accepting request 346348 from home:frispete:python

- SLE12 requires swig3 for a successful build, too

OBS-URL: https://build.opensuse.org/request/show/346348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=25
This commit is contained in:
Jan Matejek 2015-12-02 16:56:27 +00:00 committed by Git OBS Bridge
parent 3d5b67a01c
commit 05ceb6a754
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 26 09:35:28 UTC 2015 - hpj@urpla.net
- SLE12 requires swig3 for a successful build, too
-------------------------------------------------------------------
Tue Nov 17 17:54:49 UTC 2015 - hpj@urpla.net

View File

@ -31,7 +31,8 @@ BuildRequires: openssl
BuildRequires: openssl-devel
BuildRequires: python-devel
BuildRequires: python-setuptools
%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
# hpj: SLES 12 and Leap 42.1 need swig3 to build this package
%if 0%{?suse_version} == 1315
BuildRequires: swig3
%else
BuildRequires: swig