summaryrefslogtreecommitdiffstats
path: root/python/s3cmd
diff options
context:
space:
mode:
Diffstat (limited to 'python/s3cmd')
-rw-r--r--python/s3cmd/README2
-rw-r--r--python/s3cmd/s3cmd.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README
index 5ca7c1be8c..88b9f251b6 100644
--- a/python/s3cmd/README
+++ b/python/s3cmd/README
@@ -2,7 +2,7 @@ S3cmd is a command line tool for uploading, retrieving and managing data in
Amazon S3. It is best suited for power users who don't fear command line. It is
also ideal for scripts, automated backups triggered from cron, etc.
-S3cmd has an optional dependency for python-magic for mime-type indentification.
+Optional: python-magic
Before s3cmd can be used it must first be set up. Run 's3cmd --configure' and
enter in you access key and your secret key and follow the instructions. After
diff --git a/python/s3cmd/s3cmd.info b/python/s3cmd/s3cmd.info
index b916e19981..34be43b401 100644
--- a/python/s3cmd/s3cmd.info
+++ b/python/s3cmd/s3cmd.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.1.0-beta3.tar.gz"
MD5SUM="b27d9a5d5b5e32798947a3661e67e537"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"