]> arthur.barton.de Git - bup.git/commitdiff
Add python-pyxattr as a dependency to the README
authorZoran Zaric <zz@zoranzaric.de>
Wed, 2 Mar 2011 16:39:33 +0000 (17:39 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 10 Mar 2011 18:40:54 +0000 (18:40 +0000)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
README.md

index b0a06f4edfeed96753302ae4665af4466f27e6bb..94d5c566edf1dc6b1b2a1f7a6bc8f0b71c6bbbaf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ Getting started
  - Install the needed python libraries (including the development
    libraries).  On Debian or Ubuntu, this is usually:
         apt-get install python2.6-dev python-fuse
+        apt-get install python-pyxattr python-pylibacl
         
     Substitute python2.5-dev or python2.4-dev if you have an older system.