Re: [PATCH 3/6] gnu: Add python-ddt

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ddt): New variable. > --- > gnu/packages/python.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH 3/6] gnu: Add python-ddt

2017-02-09 Thread Hartmut Goebel
Am 07.02.2017 um 19:00 schrieb Muriithi Frederick Muriuki: > +(inputs > + `(("python-six" ,python-six) > + ("python-pyyaml" ,python-pyyaml))) These need to be either native or propagated inputs.Please read the Packaging guide i the manual. Thanks. -- Regards Hartmut Goebel |

[PATCH 3/6] gnu: Add python-ddt

2017-02-09 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-ddt): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6b56312..9e17caf 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH 3/6] gnu: Add python-ddt

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ddt): New variable. > --- > gnu/packages/python.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

[PATCH 3/6] gnu: Add python-ddt

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-ddt): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b39d8b1..44704b2 100644 --- a/gnu/packages/python.scm +++