From 652bfda805930454839551c7de45b84044a82eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Feb 2019 00:52:03 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/Python_Extension_Flags --- python-zmq.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index f475a6f..e0d29e3 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -154,11 +154,9 @@ chmod -x examples/pubsub/topics_sub.py %build -CFLAGS="%{optflags}" %{__python2} setup.py build_ext --inplace %py2_build %if 0%{?with_python3} -CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace %py3_build %endif # with_python3