From 9acd39c9185d78e2f7331e711082c0d858c1cb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 17 Jun 2018 16:19:17 +0200 Subject: [PATCH] Add back __python definition for backwards compatibility --- python-uranium.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-uranium.spec b/python-uranium.spec index df75fba..13c81ba 100644 --- a/python-uranium.spec +++ b/python-uranium.spec @@ -26,6 +26,8 @@ BuildArch: noarch # There are Python plugins in /usr/lib/uranium %global _python_bytecompile_extra 0 +# For backwards compatibility (not needed on F29+): +%global __python %{__python3} %description Uranium is a Python framework for building 3D printing related applications.