From: Rob Browning Date: Sun, 10 Jul 2016 20:10:21 +0000 (-0500) Subject: Require Python 2.6 or newer X-Git-Tag: 0.29-rc1~30 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=262cb310220bd689d2e26eeb0d9188f692fa6d51 Require Python 2.6 or newer Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 62df1ef..489cafd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Reasons you might want to avoid bup for you, but we don't know why. It is also missing some probably-critical features. - - It requires python >= 2.5, a C compiler, and an installed git + - It requires python >= 2.6, a C compiler, and an installed git version >= 1.5.3.1. It also requires par2 if you want fsck to be able to generate the information needed to recover from some types of corruption. @@ -109,8 +109,8 @@ From source apt-get build-dep bup - Otherwise try this (substitute python2.6-dev or python2.5-dev if - you have an older system): + Otherwise try this (substitute python2.6-dev if you have an older + system): apt-get install python2.7-dev python-fuse apt-get install python-pyxattr python-pylibacl