From 760bab7d2c57cde7dd139f1427916da53bfce831 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 14 Jul 2009 19:52:46 -0700
Subject: [PATCH] setup: tell build to search a directory (hosted on
 allmydata.org) which contains eggs

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

diff --git a/setup.cfg b/setup.cfg
index f1423210..f4d00098 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,7 @@ zip_ok=False
 
 find_links=misc/dependencies tahoe-deps ../tahoe-deps
  http://allmydata.org/source/tahoe/deps/tahoe-deps/
+ http://allmydata.org/source/tahoe/deps/tahoe-dep-eggs/
 
 # The following is a directory on the test grid which holds a bunch of packages of dependencies.
 # It is commented-out because unfortunately the test grid is currently (2009-03-05) too
-- 
2.45.2