5175: Avoid egg_info name conflicts with pip.
authorBrett Smith <brett@curoverse.com>
Mon, 9 Feb 2015 21:01:35 +0000 (16:01 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 9 Feb 2015 21:01:35 +0000 (16:01 -0500)
commitd6ec5672045b29aeaf983a78c5487ae354ccb20d
tree10ae8727177ee385cff61fb61c65d6807449c656
parentf85132f1a018179b7127c199932c1f0f3e3f76d5
5175: Avoid egg_info name conflicts with pip.

pip does its own subclassing of egg_info.  Installing with pip fails
if setup.py includes an egg_info class that is passed in as the
cmdclass for the egg_info command.  Avoid using that name to avoid
conflicts with pip.  Refs #5175.
sdk/python/setup.py
services/fuse/setup.py
services/nodemanager/setup.py