From: Brian Warner Date: Thu, 24 Apr 2008 23:01:04 +0000 (-0700) Subject: debian: add python-setuptools to the debian install-time dependencies. Should close... X-Git-Tag: allmydata-tahoe-1.1.0~180 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=773e9abe2462b57650af30e4e63fb733e74ad31f;p=tahoe-lafs%2Ftahoe-lafs.git debian: add python-setuptools to the debian install-time dependencies. Should close #382. --- diff --git a/misc/feisty/debian/control b/misc/feisty/debian/control index 0b86abc4..1075fc24 100644 --- a/misc/feisty/debian/control +++ b/misc/feisty/debian/control @@ -9,7 +9,7 @@ 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-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 ac542d01..8734bb5a 100644 --- a/misc/sid/debian/control +++ b/misc/sid/debian/control @@ -9,7 +9,7 @@ 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-setuptools Recommends: XB-Python-Version: 2.4 Description: A secure distributed filestore