From ca7ab76b5979de61491814aba712ffa3099c762b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 4 May 2017 13:34:41 +0200 Subject: [PATCH] don't set PYTHON3_EXECUTABLE Signed-off-by: Igor Gnatenko --- libsolv.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libsolv.spec b/libsolv.spec index e07a953..35bf8c4 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -182,7 +182,6 @@ pushd build -DENABLE_PYTHON=ON \ %if %{with python3} -DENABLE_PYTHON3=ON \ - -DPYTHON3_EXECUTABLE=%{__python3} \ %endif %endif ..