From 1b5c9d4e7ca30f1f8e6784183f6a3dc672b5da8bf79d9e08103e23b3ae929b59 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 15 Dec 2020 15:24:24 +0000 Subject: [PATCH] Replace %__python3 with %python_exec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=45 --- python-pysvn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pysvn.spec b/python-pysvn.spec index 9fb66a9..d867db5 100644 --- a/python-pysvn.spec +++ b/python-pysvn.spec @@ -63,7 +63,7 @@ rm -rf Import %build export CFLAGS="%{optflags}" pushd Source -%{__python3} setup.py configure \ +%{python_exec} setup.py configure \ --enable-debug --verbose --fixed-module-name --norpath sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile