Re: [PATCH 03/10] gnu: Add python-cmd2.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:56PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-cmd2, python2-cmd2): New variables. > +(define-public python-cmd2 > +(native-inputs > + `(("python-setuptools" ,python-setuptools))) It seems that setuptools is only required for python2-

[PATCH 03/10] gnu: Add python-cmd2.

2016-04-29 Thread Cyril Roelandt
* gnu/packages/python.scm (python-cmd2, python2-cmd2): New variables. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 99d1d3e..11ad08d 100644 --- a/gnu/packages/python.scm +++ b