On 25/04/16 18:43, Ricardo Wurmus wrote:
Ben Woodcroft <donttrust...@gmail.com> writes:
+ (propagated-inputs
+ `(("python-pytest-cache", python-pytest-cache)
+ ("python-pytest" ,python-pytest)
+ ("python-pep8" ,python-pep8)))
Are you sure all of these need to be propagated?
That's what the install_requires in setup.py is telling me.
Doesn’t this mean that these packages are only needed at build time?
Could they not be made native-inputs then?
|
I don't believe so.
http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords
>install_requires|
A string or list of strings specifying what other distributions need to be
installed when this one is.
ben