From e5094a8c2c707c1ce4351795f023dad907703ece Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 20 Jul 2018 10:34:45 +0100 Subject: [PATCH] Provide direct path to Python 2 (#1604646) --- libproxy.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libproxy.spec b/libproxy.spec index 52736f0..d337624 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -155,6 +155,7 @@ developing applications that use %{name}. %if ! 0%{?bootstrap} -DWITH_GNOME3=ON \ -DWITH_PYTHON2=ON \ + -DPYTHON2_EXECUTABLE=%{__python2} \ -DWITH_PYTHON3=ON \ -DWITH_WEBKIT3=ON \ -DWITH_MOZJS=ON \ @@ -230,6 +231,9 @@ make test %changelog +* Fri Jul 20 2018 David King - 0.4.15-8 +- Provide direct path to Python 2 (#1604646) + * Fri Jul 13 2018 Fedora Release Engineering - 0.4.15-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild