From 5ba922555931d268b283f53c786301cfc2f10be2 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 2 Feb 2009 18:09:55 -0700
Subject: [PATCH] setup: add site-dirs for Debian and for some (?) Mac OS X

---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 6ed046e8..56da8484 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,3 +39,7 @@ sdist = darcsver --count-all-patches sdist
 install = darcsver --count-all-patches install
 bdist_egg = darcsver --count-all-patches bdist_egg
 trial = darcsver --count-all-patches trial
+
+# site-dirs is necessary on Debian and on some (?) Mac OS X because of http://bugs.python.org/setuptools/issue17
+[easy_install]
+site-dirs=/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python,/var/lib/python-support/python2.5
-- 
2.45.2