summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-05-17 00:43:38 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-17 00:43:38 -0500
commit1500c244a2bc08171d49e94ca36be8951a73bb82 (patch)
tree9a9199e1432400a8e4f1ac9e02e560d502000390
parent61c7491d789d8afeb8dbb2ccae15419d283581d9 (diff)
downloadslackbuilds-1500c244a2bc08171d49e94ca36be8951a73bb82.tar.gz
slackbuilds-1500c244a2bc08171d49e94ca36be8951a73bb82.tar.xz
libraries/simplejson: Removed unused patch.
-rw-r--r--libraries/simplejson/setup.py.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/libraries/simplejson/setup.py.patch b/libraries/simplejson/setup.py.patch
deleted file mode 100644
index da22d796ff..0000000000
--- a/libraries/simplejson/setup.py.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur simplejson-2.0.9.orig/setup.py simplejson-2.0.9/setup.py
---- simplejson-2.0.9.orig/setup.py 2009-02-18 23:39:19.000000000 +0000
-+++ simplejson-2.0.9/setup.py 2009-04-13 04:34:39.000000000 +0000
-@@ -1,17 +1,7 @@
- #!/usr/bin/env python
-
--from ez_setup import use_setuptools
-+import setuptools
- import sys
--if 'cygwin' in sys.platform.lower():
-- min_version='0.6c6'
--else:
-- min_version='0.6a9'
--try:
-- use_setuptools(min_version=min_version)
--except TypeError:
-- # If a non-local ez_setup is already imported, it won't be able to
-- # use the min_version kwarg and will bail with TypeError
-- use_setuptools()
-
- from setuptools import setup, find_packages, Extension, Feature
- from distutils.command.build_ext import build_ext