From e7984034ac0e128be7d05676e640944d4c4778a2e1c8d72c53ca595dbc223951 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 11 Dec 2017 19:05:51 +0000 Subject: [PATCH] Accepting request 556025 from home:dimstar:Factory - Export PYTHON=/usr/bin/python3 before running configure: allow to build without (comnplete) python2 in the buildroot. In any case we only ship python3-bindings already. Happens to also fix build in Staging_A, where rpm is being reworked (also python bindings) OBS-URL: https://build.opensuse.org/request/show/556025 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=79 --- nghttp2.changes | 7 +++++++ nghttp2.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/nghttp2.changes b/nghttp2.changes index 72c464a..438883d 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 11 16:53:16 UTC 2017 - dimstar@opensuse.org + +- Export PYTHON=/usr/bin/python3 before running configure: allow to + build without (comnplete) python2 in the buildroot. In any case + we only ship python3-bindings already. + ------------------------------------------------------------------- Wed Dec 6 16:35:46 UTC 2017 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 3cb19b2..c689bf4 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -124,6 +124,7 @@ HTTP/2 client, server and proxy. %build autoreconf -fiv +export PYTHON=%{_bindir}/python3 %configure \ --disable-static \ --disable-silent-rules \