From 6a2d83b431e0233a97aafa095a80a425f71413f2 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Apr 06 2016 04:27:45 +0000 Subject: spectemplate-python: Run Python 3 tests with %{__python3} https://bugzilla.redhat.com/show_bug.cgi?id=1324265 --- diff --git a/spectemplate-python.spec b/spectemplate-python.spec index 3951030..8f2b5f6 100644 --- a/spectemplate-python.spec +++ b/spectemplate-python.spec @@ -85,7 +85,7 @@ popd %if %{with python3} pushd python3 -%{__python2} setup.py test +%{__python3} setup.py test popd %endif