From 652bfda805930454839551c7de45b84044a82eea Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Feb 12 2019 23:52:03 +0000 Subject: https://fedoraproject.org/wiki/Changes/Python_Extension_Flags --- 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