guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add python-xlrd.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add python-xlrd.
Date: Sat, 19 Sep 2015 22:08:52 +0200

Mathieu Lirzin <address@hidden> writes:

>> +         ;; so use nose to run tests instead for now.
>> +         (replace 'check (lambda _ (zero? (system* "nosetests")))))))
>> +    (native-inputs
>> +     `(("python-setuptools" ,python2-setuptools)
>> +       ("python-nose" ,python2-nose)))
>
> I don't know python packaging but when I look at other packages it
> seems that these are usually used as “inputs” not
> “native-inputs”.

Nose is used for the tests only and setuptools is used at build time, so
I think it’s fine like this.

~~ Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]