Re: Command to query “Python versions that are installed *with* standard library”

2019-01-24 Thread Ben Finney
Dmitry Shachnev writes: > I usually use py3versions --supported and make the autopkgtest depend > on python3-all. Thank you, I had forgotten that AutoPkgTest dependencies are declared separately from the build dependencies. That works fine. -- \ “The long-term solution to mountains

Re: Command to query “Python versions that are installed *with* standard library”

2019-01-24 Thread Ben Finney
Matthias Klose writes: > On 24.01.19 00:16, Ben Finney wrote: > > What command, hopefully as simple as ‘py3versions --installed’, can > > be used in AutoPkgTest to interrogate *only* those Python versions > > on the local machine that have their standard library installed? > > we currently can't

Re: Command to query “Python versions that are installed *with* standard library”

2019-01-24 Thread Dmitry Shachnev
Hi Ben, On Thu, Jan 24, 2019 at 10:16:44AM +1100, Ben Finney wrote: > Howdy all, > > What is a ‘py3versions’ (or alternative) command that can be run in > AutoPkgTest, to query the Python versions that are installed on this > machine *with* their standard library? > > The ‘pythonX.Y-minimal’ packa

Re: Command to query “Python versions that are installed *with* standard library”

2019-01-24 Thread Matthias Klose
On 24.01.19 00:16, Ben Finney wrote: > Howdy all, > > What is a ‘py3versions’ (or alternative) command that can be run in > AutoPkgTest, to query the Python versions that are installed on this > machine *with* their standard library? > > The ‘pythonX.Y-minimal’ packages can be installed *without*

Command to query “Python versions that are installed *with* standard library”

2019-01-23 Thread Ben Finney
Howdy all, What is a ‘py3versions’ (or alternative) command that can be run in AutoPkgTest, to query the Python versions that are installed on this machine *with* their standard library? The ‘pythonX.Y-minimal’ packages can be installed *without* standard library, but will still appear in the ‘py