From 5cfccbf44f5ae6e9b5535917236921400039f593 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 10 Apr 2008 15:43:56 -0700
Subject: [PATCH] debian: we now require setuptools at build time, and that or
 pkg_resources at runtime

---
 misc/feisty/debian/control | 4 ++--
 misc/sid/debian/control    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/feisty/debian/control b/misc/feisty/debian/control
index 845aff4e..8e779e32 100644
--- a/misc/feisty/debian/control
+++ b/misc/feisty/debian/control
@@ -2,14 +2,14 @@ Source: allmydata-tahoe
 Section: python
 Priority: optional
 Maintainer: Brian Warner <warner@allmydata.com>
-Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-central (>= 0.4.10), python, python-all-dev
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-central (>= 0.4.10), python-setuptools, python, python-all-dev
 Build-Depends-Indep: python-twisted
 XS-Python-Version: 2.4,2.5
 Standards-Version: 3.7.2
 
 Package: allmydata-tahoe
 Architecture: all
-Depends: ${python:Depends}, python-twisted, python-foolscap (>= 0.2.5), python-pyopenssl, python-nevow, python-simplejson (>= 1.4), python-zfec (>= 1.1), python-pycryptopp (>= 0.2.8)
+Depends: ${python:Depends}, python-twisted, python-foolscap (>= 0.2.5), python-pyopenssl, python-nevow, python-simplejson (>= 1.4), python-zfec (>= 1.1), python-pycryptopp (>= 0.2.8), python-pkg-resources | python-setuptools
 Recommends:
 XB-Python-Version: 2.4,2.5
 Description: A secure distributed filestore
diff --git a/misc/sid/debian/control b/misc/sid/debian/control
index fa68d994..cca142c8 100644
--- a/misc/sid/debian/control
+++ b/misc/sid/debian/control
@@ -2,14 +2,14 @@ Source: allmydata-tahoe
 Section: python
 Priority: optional
 Maintainer: Brian Warner <warner@allmydata.com>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-central (>= 0.5), python, python-dev
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-central (>= 0.5), python-setuptools, python, python-dev
 Build-Depends-Indep: python-twisted-core
 XS-Python-Version: 2.4
 Standards-Version: 3.7.2
 
 Package: allmydata-tahoe
 Architecture: all
-Depends: ${python:Depends}, python-twisted-core, python-foolscap (>= 0.2.5), python-pyopenssl, python-twisted-names, python-nevow, python-simplejson (>= 1.4), python-zfec (>= 1.1), python-pycryptopp (>= 0.2.8)
+Depends: ${python:Depends}, python-twisted-core, python-foolscap (>= 0.2.5), python-pyopenssl, python-twisted-names, python-nevow, python-simplejson (>= 1.4), python-zfec (>= 1.1), python-pycryptopp (>= 0.2.8), python-pkg-resources | python-setuptools
 Recommends:
 XB-Python-Version: 2.4
 Description: A secure distributed filestore
-- 
2.45.2