From 016e17446a5863a44b3e9284403dc30b3882c35b Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 13 Jul 2007 19:47:56 -0700
Subject: [PATCH] simplejson: lower our minimum-required-version of setuptools
 to 0.6a9, since that seems to work, and it's the version that comes with
 dapper

---
 src/simplejson/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/simplejson/setup.py b/src/simplejson/setup.py
index efc4454b..01d1e433 100644
--- a/src/simplejson/setup.py
+++ b/src/simplejson/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 import ez_setup
-ez_setup.use_setuptools(min_version="0.6c3")
+ez_setup.use_setuptools(min_version="0.6a9")
 
 from setuptools import setup, find_packages, Extension, Feature
 from distutils.command.build_ext import build_ext
-- 
2.45.2