From: Dmitry Polushkin Date: Tue, 11 Feb 2014 01:50:47 +0000 (+0000) Subject: Add acl and attr to Debian/Ubuntu build deps and default to python-2.7. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=684dd59989e3b2bbc505d29de61b03aec20bffa9;p=packages%2Fb%2Fbup.git Add acl and attr to Debian/Ubuntu build deps and default to python-2.7. This fixes a "make test" failure on Ubuntu 12.04. Signed-off-by: Dmitry Polushkin [rlb@defaultvalue.org: adjust commit message; fix trailing whitespace.] --- diff --git a/README.md b/README.md index bd0cc97..f66dd4e 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,13 @@ From source apt-get build-dep bup - Otherwise try this (substitute python2.5-dev if you have an older - system): + Otherwise try this (substitute python2.5-dev or python2.6-dev if + you have an older system): - apt-get install python2.6-dev python-fuse + apt-get install python2.7-dev python-fuse apt-get install python-pyxattr python-pylibacl apt-get install linux-libc-dev + apt-get install acl attr apt-get install python-tornado # optional On CentOS (for CentOS 6, at least), this should be sufficient (run