Fix python3 conditional macros

This commit is contained in:
Denis Silakov 2015-01-27 15:22:51 +03:00
parent 00e3ce91bf
commit 4e72721f0e

View file

@ -1,5 +1,6 @@
%define tarname Cython
%bcond_without python3
%{?build_python3}%{?!build_python3:%bcond_without python3}
Summary: Language for writing C extensions to Python
Name: python-cython