From d0c9058d09babe987afc2edeb9af0c04a9b77393 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Nov 16 2015 10:19:58 +0000 Subject: Mark zip_safe patch as WIP and disable it for now ... as it is not reproducible with python-zmq anymore. --- diff --git a/python-setuptools.spec b/python-setuptools.spec index 7e4e20e..31e5981 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -38,6 +38,7 @@ Source1: psfl.txt Source2: zpl.txt # add-setter-for-test_args.patch Patch1: add-setter-for-test_args.patch +# WIP patch for #1271776 Patch2: setuptools-18.5-disable-zip-safe.patch BuildArch: noarch @@ -111,7 +112,6 @@ execute the software that requires pkg_resources.py. %prep %setup -q -n %{srcname}-%{version} %patch1 -p1 -%patch2 # We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt): # The problem is that to properly execute setuptools' setup.py,