From 6b308b72254b6646db0a07eb961276334d37a869 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Wed, 18 Nov 2015 14:05:08 -0800 Subject: [PATCH] Let's see if this works --- uwsgi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index d583a3c..8d3459e 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1178,7 +1178,7 @@ echo "https://github.com/unbit/%{docrepo}/tree/%{commit}" >> README.Fedora %{__install} -p -m 0644 *.h %{buildroot}%{_includedir}/%{name} %{__install} -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/%{name} %{__install} -D -p -m 0644 uwsgidecorators.py %{buildroot}%{python_sitelib}/uwsgidecorators.py -%py_byte_compile %{__python2} %{buildroot}%{python_sitelib}/ +%py_byte_compile %{__python} %{buildroot}%{python_sitelib}/ %if %{with python3} %{__install} -D -p -m 0644 uwsgidecorators.py %{buildroot}%{python3_sitelib}/uwsgidecorators.py %py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/