[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] autogen.sh: Detect python
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 2/2] autogen.sh: Detect python |
Date: |
Mon, 9 Aug 2021 18:36:05 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Mon, Aug 09, 2021 at 01:52:29PM +0200, Daniel Kiper wrote:
> On Fri, Aug 06, 2021 at 08:45:08AM +0200, Petr Vorel wrote:
> > It help to avoid error on distros which has only python3 binary:
> > ./autogen.sh: line 20: python: command not found
> >
> > Using bash builtin 'command -v' to avoid requiring which as extra
> > dependency (usable on containers).
>
> It looks the bash dependency is not specified in the INSTALL file in
> "The Requirements" section. May I ask you to add it?
...and python requirement is missing from the list too. Additionally,
please update autogen.sh python usage in the INSTALL file.
Last but not least, patch tool requirement is missing from INSTALL file too.
Of course this requires update to patch #1 in this series.
Daniel
Re: [PATCH 2/2] autogen.sh: Detect python, Dimitri John Ledkov, 2021/08/18