[Distutils] setup_requires for dev environments

Ionel Cristian Mărieș contact at ionelmc.ro
Thu Mar 19 17:12:03 CET 2015


On Thu, Mar 19, 2015 at 5:38 PM, Chris Barker <chris.barker at noaa.gov> wrote:

> My use case at the moment is trying to build conda packages from other
> peoples' Python packages - if they use setup_requires, etc, then I'm stuck
> with it.


​Worth considering​, if you can afford it, to have a local patch that you
apply before building. Then you have all the necessary fixes (like remove
the setup_requires) in that patch file.

This is a popular approach in Debian packages - they can have all kinds of
fixes for the upstream code.



Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20150319/788e9151/attachment.html>


More information about the Distutils-SIG mailing list