From e34ead2fd5d74a6582e54a44165ca6dd4fb30058 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Tue, 23 Jun 2015 14:39:36 +0200 Subject: [PATCH] czmq currently FTBFS, so enable it some time later --- python-zmq.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 087979b..86bee60 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -41,7 +41,8 @@ BuildRequires: python-nose BuildRequires: Cython # For some tests -BuildRequires: czmq-devel +# czmq currently FTBFS, so enable it some time later +#BuildRequires: czmq-devel %if 0%{?with_python3} BuildRequires: python3-devel