On 14-Jan-2015, Brett Smith wrote: > The new release of python-daemon installs great—thanks for that. > However, it seems like users run into trouble when installing a package > that depends on it. Here's the minimal setup.py to reproduce the issue:
Thanks for making a clear test case. > I think this is happening because python-daemon's setup.py relies on > unicode_literals. It looks like when setuptools resolves requirements, > it dynamically builds and executes setup.py files, preventing the > __future__ import from having the desired effect. That behaviour seems to be a clear bug in Setuptools. Can you please report this as a bug at <URL:https://bitbucket.org/pypa/setuptools/issues>. -- \ “It is undesirable to believe a proposition when there is no | `\ ground whatever for supposing it true.” —Bertrand Russell, _The | _o__) Value of Scepticism_, 1928 | Ben Finney <[email protected]>
signature.asc
Description: Digital signature
_______________________________________________ python-daemon-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-daemon-devel
