[python-daemon-Bugs][314956] docutils shouldn't be required for install

python-daemon-bugs at alioth.debian.org python-daemon-bugs at alioth.debian.org
Mon Feb 2 18:53:29 UTC 2015


python-daemon-Bugs item #314956 was changed at 2015-02-03 05:53 by Ben Finney
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413098&aid=314956&group_id=100328

Status: Open
Priority: 3
Submitted By: Bruce Frederiksen (dangyogi-guest)
Assigned to: Nobody (None)
>Summary: docutils shouldn't be required for install 


Initial Comment:
I'm trying to install python-daemon on an embedded device. docutils is listed as an install requirement, but it is not used within the files included in the wheel.

Could you remove docutils as a requirement?


----------------------------------------------------------------------

>Comment By: Ben Finney (bignose-guest)
Date: 2015-02-03 05:53

Message:
Removing Docutils from the ‘install_requires’ is a desirable change. Docutils is a build requirement for the distribution, but not an install requirement.

It is added to ‘install_requires’ because some actions of Setuptools do not distinguish clearly between a build requirement versus an install requirement.

When it can be guaranteed that all Setuptools actions for the package will work without specifying Docutils in ‘install_requires’, it can be removed.

I welcome suggested patches (with unit tests!) that remove this requirement without losing any existing functionality from Setuptools actions.


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413098&aid=314956&group_id=100328



More information about the python-daemon-bugs mailing list