From: jeremie.galarneau@efficios.com (Jérémie Galarneau)
Subject: [lttng-dev] [PATCH babeltrace] Set the minimum Python version to 3.0
Date: Fri, 26 May 2017 09:37:14 -0400 [thread overview]
Message-ID: <CA+jJMxsMj8X_68rP6Lmo23=FQWi_EOcy8GKFav4kF5+JWriMig@mail.gmail.com> (raw)
In-Reply-To: <1487709703-31414-1-git-send-email-francis.deslauriers@efficios.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]
Merged in stable-1.5 and stable-1.4. Thanks!
Jérémie
On 21 February 2017 at 15:41, Francis Deslauriers
<francis.deslauriers at efficios.com> wrote:
> To be applied on Babeltrace v1.5
>
> Signed-off-by: Francis Deslauriers <francis.deslauriers at efficios.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index fd80fd9..7d9b66e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -239,7 +239,7 @@ AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes])
>
> if test "x${enable_python:-yes}" = xyes; then
> AX_PKG_SWIG($swig_version, [], [ AC_MSG_ERROR([SWIG $swig_version or newer is needed]) ])
> - AM_PATH_PYTHON
> + AM_PATH_PYTHON([3.0], [], [ AC_MSG_ERROR([Python 3.0 or newer is needed]) ])
>
> AC_ARG_VAR([PYTHON_INCLUDE], [Include flags for python, bypassing python-config])
> AC_ARG_VAR([PYTHON_CONFIG], [Path to python-config])
> --
> 2.7.4
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
parent reply other threads:[~2017-05-26 13:37 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1487709703-31414-1-git-send-email-francis.deslauriers@efficios.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+jJMxsMj8X_68rP6Lmo23=FQWi_EOcy8GKFav4kF5+JWriMig@mail.gmail.com' \
--to=jeremie.galarneau@efficios.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox