From f40933536889fed7a44fb81b65eb4039ae6bb701 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Wed, 17 Jun 2015 16:53:35 +0400 Subject: [PATCH] Force python3 build - required by new hplip --- python-cython.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cython.spec b/python-cython.spec index d1f9b1c..468a768 100644 --- a/python-cython.spec +++ b/python-cython.spec @@ -1,11 +1,13 @@ %define tarname Cython -%{?build_python3}%{?!build_python3:%bcond_without python3} +# Force python3 build - required by new hplip +# % {?build_python3}%{?!build_python3:%bcond_without python3} +%bcond_without python3 Summary: Language for writing C extensions to Python Name: python-cython Version: 0.21 -Release: 2 +Release: 3 Source0: http://www.cython.org/release/Cython-%{version}.tar.gz Source100: %{name}.rpmlintrc License: Apache License