Come to think of it it would be pretty easy to implement this feature without involving pip at all by writing a small setup.py replacement that knows how to look for and install the aforementioned requirements. If it does not finds them then it shells out to pip to install them in a build-dep directory. It adds build-dep to sys.path, and runs real-setup.py in its own process. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
- [Distutils] fix setup_requires by allowing it in setup.cfg o... Daniel Holth
- Re: [Distutils] fix setup_requires by allowing it in se... Donald Stufft
- Re: [Distutils] fix setup_requires by allowing it i... Daniel Holth
- Re: [Distutils] fix setup_requires by allowing ... Daniel Holth
- Re: [Distutils] fix setup_requires by allow... Marcus Smith
- Re: [Distutils] fix setup_requires by ... Daniel Holth
- Re: [Distutils] fix setup_requires... Marcus Smith
- Re: [Distutils] fix setup_requ... Daniel Holth
- Re: [Distutils] fix setup_requ... Erik Bray
- Re: [Distutils] fix setup_requ... Daniel Holth
- Re: [Distutils] fix setup_requires by allowing ... Donald Stufft
- Re: [Distutils] fix setup_requires by allow... Daniel Holth