]> arthur.barton.de Git - bup.git/commitdiff
Add acl and attr to Debian/Ubuntu build deps and default to python-2.7.
authorDmitry Polushkin <dmitry.polushkin@gmail.com>
Tue, 11 Feb 2014 01:50:47 +0000 (01:50 +0000)
committerRob Browning <rlb@defaultvalue.org>
Mon, 17 Feb 2014 17:45:56 +0000 (11:45 -0600)
This fixes a "make test" failure on Ubuntu 12.04.

Signed-off-by: Dmitry Polushkin <dmitry.polushkin@gmail.com>
[rlb@defaultvalue.org: adjust commit message; fix trailing whitespace.]

README.md

index bd0cc97496eebe42e0da61637f8acd843af655fb..f66dd4ebd7e19b4c61744056c7733a5ef9de4b68 100644 (file)
--- 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