From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeremie.galarneau@efficios.com (=?UTF-8?q?J=C3=A9r=C3=A9mie=20Galarneau?=) Date: Thu, 31 Jan 2013 13:50:50 +0000 Subject: [lttng-dev] [PATCH babeltrace 1/2] Added Python 3.0 or better requirement to the README file Message-ID: <1359640251-6133-1-git-send-email-jeremie.galarneau@efficios.com> Signed-off-by: J?r?mie Galarneau --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 9df02e7..ce98e24 100644 --- a/README +++ b/README @@ -49,6 +49,8 @@ To compile Babeltrace, you will need: (Debian/Ubuntu : python-dev) swig >= 2.0 (optional) (Debian/Ubuntu : swig2.0) + python 3.0 or better (optional) + (Debian/Ubuntu : python3) For developers using the git tree: -- 1.8.1.1