2012/1/5 James E. Blair <[email protected]>: > --------------------------------------------------------------- > Loading install_requires with the contents of pip-requires > isn't getting us any real beneift and is causing issues. > > a) It can conflict with installing nova into an environment > where deps have been installed from packages (devstack)
pip is well aware of system installed libraries if you're not using a virtualenv with --no-site-packages. This probably doesn't change anything really, I just wanted to mention it. -- Soren Hansen | http://linux2go.dk/ Ubuntu Developer | http://www.ubuntu.com/ OpenStack Developer | http://www.openstack.org/ _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

