From 09f378fbd5046443af29d2b2dbd3cefe545fb3cb401b61bb52592d98e6a56f29 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 1 Nov 2017 14:42:17 +0000 Subject: [PATCH] Accepting request 538108 from home:mimi_vx:branches:devel:libraries:c_c++ - configure Botan explicitly with python3 OBS-URL: https://build.opensuse.org/request/show/538108 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=73 --- Botan.changes | 5 +++++ Botan.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Botan.changes b/Botan.changes index c3573fd..1f1834f 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 1 14:26:47 UTC 2017 - mimi.vx@gmail.com + +- configure Botan explicitly with python3 + ------------------------------------------------------------------- Wed Oct 4 07:49:54 UTC 2017 - daniel.molkentin@suse.com diff --git a/Botan.spec b/Botan.spec index 149cfda..4b41471 100644 --- a/Botan.spec +++ b/Botan.spec @@ -48,7 +48,7 @@ BuildRequires: openssl-devel BuildRequires: libopenssl-1_0_0-devel %endif BuildRequires: pkg-config -BuildRequires: python +BuildRequires: python3 BuildRequires: zlib-devel Requires: bzip2 >= 1.0.2 Requires: gmp >= 4.1 @@ -101,7 +101,7 @@ programs that use the Botan library. %build export RPM_OPT_FLAGS -./configure.py \ +python3 ./configure.py \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --docdir=%{_defaultdocdir} \