Re: [Netstack] patch to remove unneeded deps from python-quantumclient

2012-01-24 Thread Dan Wendlandt
will resubmit. thanks. dan On Tue, Jan 24, 2012 at 4:20 PM, Monty Taylor wrote: > Hey! > > I actually think we can leave nose and pep8 out of the install_requires > as well, since that's really only going to get used by pip. BUT - it's > not going to hurt anything. > > Monty > > On 01/24/2012

Re: [Netstack] patch to remove unneeded deps from python-quantumclient

2012-01-24 Thread Monty Taylor
Hey! I actually think we can leave nose and pep8 out of the install_requires as well, since that's really only going to get used by pip. BUT - it's not going to hurt anything. Monty On 01/24/2012 04:16 PM, Dan Wendlandt wrote: > Hi Monty, > > Here's a patch to remove what I believe are the unne

[Netstack] patch to remove unneeded deps from python-quantumclient

2012-01-24 Thread Dan Wendlandt
Hi Monty, Here's a patch to remove what I believe are the unneeded dependencies. https://review.openstack.org/3379 There were a couple of cases in the main quantum repo where pip-requires includes a package, but the requires variable in setup.py does not. For example: nosexcover . I followed t