All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Wei Li <liwei391@huawei.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
	Ian Rogers <irogers@google.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	linux-perf-users@vger.kernel.org, huawei.libin@huawei.com
Subject: Re: [PATCH] perf scripts python: Update package name for python3
Date: Tue, 15 Aug 2023 14:50:33 -0300	[thread overview]
Message-ID: <ZNu66U2HC996PlDN@kernel.org> (raw)
In-Reply-To: <20230815131805.1237491-1-liwei391@huawei.com>

Em Tue, Aug 15, 2023 at 09:18:05PM +0800, Wei Li escreveu:
> 'audit-libs-python' is the package for python2, update it for python3.
> On Ubuntu and Fedora, the new package is 'python3-audit'.

Thanks, applied.

- Arnaldo

 
> Signed-off-by: Wei Li <liwei391@huawei.com>
> ---
>  .../scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py   | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py b/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
> index 7384dcb628c4..84536b1a27ba 100644
> --- a/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
> +++ b/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
> @@ -73,9 +73,9 @@ try:
>  except:
>  	if not audit_package_warned:
>  		audit_package_warned = True
> -		print("Install the audit-libs-python package to get syscall names.\n"
> -                    "For example:\n  # apt-get install python-audit (Ubuntu)"
> -                    "\n  # yum install audit-libs-python (Fedora)"
> +		print("Install the python-audit package to get syscall names.\n"
> +                    "For example:\n  # apt-get install python3-audit (Ubuntu)"
> +                    "\n  # yum install python3-audit (Fedora)"
>                      "\n  etc.\n")
>  
>  def syscall_name(id):
> -- 
> 2.25.1
> 

-- 

- Arnaldo

      reply	other threads:[~2023-08-15 17:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 13:18 [PATCH] perf scripts python: Update package name for python3 Wei Li
2023-08-15 17:50 ` Arnaldo Carvalho de Melo [this message]

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=ZNu66U2HC996PlDN@kernel.org \
    --to=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=huawei.libin@huawei.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=liwei391@huawei.com \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.