Re: [Xen-devel] [PATCH for-4.12] README: Document python2 dependency

2019-03-05 Thread Juergen Gross
On 05/03/2019 13:48, George Dunlap wrote: > Much of the tools and configure makefile actually have a python2 > dependency; specify this. It also assumes that `python` points to `python2`; > document how to work around this on systems where this is false. > > Also update second version requirement

Re: [Xen-devel] [PATCH for-4.12] README: Document python2 dependency

2019-03-05 Thread Wei Liu
On Tue, Mar 05, 2019 at 12:48:52PM +, George Dunlap wrote: > Much of the tools and configure makefile actually have a python2 > dependency; specify this. It also assumes that `python` points to `python2`; > document how to work around this on systems where this is false. > > Also update secon

[Xen-devel] [PATCH for-4.12] README: Document python2 dependency

2019-03-05 Thread George Dunlap
Much of the tools and configure makefile actually have a python2 dependency; specify this. It also assumes that `python` points to `python2`; document how to work around this on systems where this is false. Also update second version requirement listed to match the first. Signed-off-by: George D