[Python-modules-commits] r20541 - in packages/lazr.restfulclient/trunk/debian/patches (1 file)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Feb 22 22:26:18 UTC 2012


    Date: Wednesday, February 22, 2012 @ 22:26:17
  Author: stefanor
Revision: 20541

Add missing patch

Added:
  packages/lazr.restfulclient/trunk/debian/patches/no-ez-setup

Added: packages/lazr.restfulclient/trunk/debian/patches/no-ez-setup
===================================================================
--- packages/lazr.restfulclient/trunk/debian/patches/no-ez-setup	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/patches/no-ez-setup	2012-02-22 22:26:17 UTC (rev 20541)
@@ -0,0 +1,16 @@
+Description: Urgh, ez_setup
+Author: Stefano Rivera <stefanor at debian.org>
+Last-Update: 2012-01-24
+
+--- a/setup.py
++++ b/setup.py
+@@ -16,9 +16,6 @@
+ # You should have received a copy of the GNU Lesser General Public License
+ # along with lazr.restfulclient.  If not, see <http://www.gnu.org/licenses/>.
+ 
+-import ez_setup
+-ez_setup.use_setuptools()
+-
+ import sys
+ from setuptools import setup, find_packages
+ 




More information about the Python-modules-commits mailing list