debian: add python-setuptools to the debian install-time dependencies. Should close #382.

This commit is contained in:
Brian Warner 2008-04-24 16:01:04 -07:00
parent 19a40d7a2d
commit 773e9abe24
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Standards-Version: 3.7.2
Package: allmydata-tahoe Package: allmydata-tahoe
Architecture: all 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: Recommends:
XB-Python-Version: 2.4,2.5 XB-Python-Version: 2.4,2.5
Description: A secure distributed filestore Description: A secure distributed filestore

View File

@ -9,7 +9,7 @@ Standards-Version: 3.7.2
Package: allmydata-tahoe Package: allmydata-tahoe
Architecture: all 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: Recommends:
XB-Python-Version: 2.4 XB-Python-Version: 2.4
Description: A secure distributed filestore Description: A secure distributed filestore