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
This commit is contained in:
Martin Pluskal 2017-12-11 19:05:51 +00:00 committed by Git OBS Bridge
parent 648a46e6be
commit e7984034ac
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -124,6 +124,7 @@ HTTP/2 client, server and proxy.
%build
autoreconf -fiv
export PYTHON=%{_bindir}/python3
%configure \
--disable-static \
--disable-silent-rules \