From 6fcf888010959fa39f797947b73e864b3984cc0985478f535e3d5c666bb1ed7b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Mar 2018 14:52:45 +0000 Subject: [PATCH] Accepting request 580776 from home:aplanas:branches:devel:languages:python - Use %__python3 macro to call Python 3 binary OBS-URL: https://build.opensuse.org/request/show/580776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=44 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 9502aac..42e317e 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 19:20:19 UTC 2018 - aplanas@suse.com + +- Use %__python3 macro to call Python 3 binary + ------------------------------------------------------------------- Fri Feb 2 11:36:18 UTC 2018 - tchvatal@suse.com diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 2f8669f..6d7108a 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -77,7 +77,7 @@ Provides documentation for %{name}. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -PYTHONPATH="%{buildroot}%{python3_sitelib}" python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +PYTHONPATH="%{buildroot}%{python3_sitelib}" %__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %check export LC_ALL=en_US.UTF-8