From: Baruch Siach Date: Tue, 14 Jul 2015 15:49:18 +0000 (+0300) Subject: docs/manual: relax python version requirement X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe3f30d9a7c989194ab58a99d04eed785fb9eef4;p=buildroot.git docs/manual: relax python version requirement Buildroot should now work with host installed python version 3. Update the manual accordingly. Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 6ee01b4a74..7edad1f6db 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -32,7 +32,7 @@ between distributions). ** +perl+ (version 5.8.7 or any later) ** +tar+ ** +cpio+ -** +python+ (version 2.6 or 2.7) +** +python+ (version 2.6 or any later) ** +unzip+ ** +rsync+