Re: [Openstack] setuptools-git

2012-06-29 Thread Monty Taylor
On 06/29/2012 10:48 AM, Alan Pevec wrote: > On Fri, Jun 29, 2012 at 7:19 PM, Monty Taylor wrote: >> We use pip-requires as part of building the virtualenvs. Once we start >> using it, setuptools-git is pretty much required for running setup.py, >> so many common actions in our workflow will requ

Re: [Openstack] setuptools-git

2012-06-29 Thread Monty Taylor
On 06/29/2012 10:48 AM, Alan Pevec wrote: > On Fri, Jun 29, 2012 at 7:19 PM, Monty Taylor wrote: >> We use pip-requires as part of building the virtualenvs. Once we start >> using it, setuptools-git is pretty much required for running setup.py, >> so many common actions in our workflow will requ

Re: [Openstack] setuptools-git

2012-06-29 Thread Alan Pevec
On Fri, Jun 29, 2012 at 7:19 PM, Monty Taylor wrote: > We use pip-requires as part of building the virtualenvs. Once we start > using it, setuptools-git is pretty much required for running setup.py, > so many common actions in our workflow will require it. > > It's a good question though - and I c

Re: [Openstack] setuptools-git

2012-06-29 Thread Monty Taylor
On 06/29/2012 10:30 AM, Joshua Harlow wrote: > Should there be a separation of build-time setup.py and run-time setup.py?? > > I’m not sure if something like that is possible (maybe with a setuptools > variant, distribute or something similar??) Well, we use distribute already - but the problem

Re: [Openstack] setuptools-git

2012-06-29 Thread Joshua Harlow
Should there be a separation of build-time setup.py and run-time setup.py?? I'm not sure if something like that is possible (maybe with a setuptools variant, distribute or something similar??) On 6/29/12 4:06 AM, "Alan Pevec" wrote: On Thu, Jun 28, 2012 at 9:56 PM, Monty Taylor wrote: > https

Re: [Openstack] setuptools-git

2012-06-29 Thread Monty Taylor
On 06/29/2012 04:06 AM, Alan Pevec wrote: > On Thu, Jun 28, 2012 at 9:56 PM, Monty Taylor wrote: >> https://review.openstack.org/9109 > > Why is setuptools_git added in pip-requires, I thought that's for > run-time, not build-time dependencies? Hey Alan! We use pip-requires as part of buildin

Re: [Openstack] setuptools-git

2012-06-29 Thread Alan Pevec
On Thu, Jun 28, 2012 at 9:56 PM, Monty Taylor wrote: > https://review.openstack.org/9109 Why is setuptools_git added in pip-requires, I thought that's for run-time, not build-time dependencies? Cheers, Alan ___ Mailing list: https://launchpad.net/~ope

[Openstack] setuptools-git

2012-06-28 Thread Monty Taylor
Hey all! Using quantum as a little bit of a guinea pig, we've been poking at setuptools-git, which is a setuptools plugin which adds git vcs support to setuptools. Why would we care? Well, setuptools itself has baked in support for cvs and svn (yay! such future thought!) One of the nice bits is th