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 the same convention in the case of python-quantumclient. I also think its silly that we need to depend on paste, but I think we'll have to live with that quirk due to the fact that quantum.common imports it (though it shouldn't ever actually be used). I'm also not sure if a couple packages are needed, as I don't see them imported either by quantum or quantum-client. I removed simplejson from python-quantumclient, as it wasn't imported. I was less sure about 'tissue', so I left that in python-quantumclient. distribute as well. Hopefully folks who know more about the testing infrastructure can let me know if those dependencies are needed or not. Dan -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Wendlandt Nicira Networks: www.nicira.com twitter: danwendlandt ~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp