You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/23 11:49:19 UTC

[49/50] [abbrv] git commit: Distutils install_requires doesn't resolve dependencies

Distutils install_requires doesn't resolve dependencies

Signed-off-by: Prasanna Santhanam <ts...@apache.org> 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/marvin-parallel
Commit: 9a90dc227e0b4fdb6ec2daf9cd5e0f6d2a6af037
Parents: 355b152
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sat Oct 20 17:18:22 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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