Updated Branches: refs/heads/master c63f4eae0 -> 9a90dc227
Distutils install_requires doesn't resolve dependencies Signed-off-by: Prasanna Santhanam <[email protected]> 1350733702 +0530 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a90dc22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a90dc22 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a90dc22 Branch: refs/heads/master Commit: 9a90dc227e0b4fdb6ec2daf9cd5e0f6d2a6af037 Parents: 355b152 Author: Prasanna Santhanam <[email protected]> Authored: Sat Oct 20 17:18:22 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sat Oct 20 17:18:22 2012 +0530 ---------------------------------------------------------------------- tools/marvin/setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a90dc22/tools/marvin/setup.py ---------------------------------------------------------------------- diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 118d6ba..b2e6d55 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. -from distutils.core import setup +from setuptools import setup from sys import version import sys
