Switch to hashlib (Python >= 2.5) for hash algorithms.
[cumulus.git] / README
diff --git a/README b/README
index 19188f7..bb83b25 100644 (file)
--- a/README
+++ b/README
@@ -6,11 +6,11 @@ How to Build
 Dependencies:
   - libuuid (sometimes part of e2fsprogs)
   - sqlite3
+  - Python (2.5 or later)
   - boto, the python interface to Amazon's Web Services (for S3 storage)
     http://code.google.com/p/boto
   - paramiko, SSH2 protocol for python (for sftp storage)
     http://www.lag.net/paramiko/
-  - python 2.5+ for sftp storage backend
 
 Building should be a simple matter of running "make".  This will produce
 an executable called "cumulus".