From ab07431a1ec3f7120d45c59b6d4f11feb38a3bb3 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sat, 28 Nov 2015 18:06:43 +0100 Subject: [PATCH] automatic change: use py_build/py_install macros --- python-pyOpenSSL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index fc649af..d242527 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -97,11 +97,11 @@ Pakiet zawierający przykładowe skrypty dla modułu Pythona pyOpenSSL. %build %if %{with python2} -%{__python} setup.py build \ +%py_build \ --build-base build-2 %endif %if %{with python3} -%{__python3} setup.py build \ +%py3_build \ --build-base build-3 %endif -- 2.44.0