From 0c27e014e8c3e3cd596c59013120127be52aac40 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sep 26 2014 17:26:47 +0000 Subject: force using Python 3 for bytecompiling --- diff --git a/kdevelop-python.spec b/kdevelop-python.spec index 5b45c9e..aca710b 100644 --- a/kdevelop-python.spec +++ b/kdevelop-python.spec @@ -16,6 +16,9 @@ BuildRequires: kdevplatform-devel >= %{version} BuildRequires: python3-devel >= 3.4 BuildRequires: gettext +# force using Python 3 for bytecompiling +%global __python %{__python3} + Requires: kdevelop = 9:%{kdevelop_version} %description