Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 021F8D94F for ; Tue, 23 Oct 2012 09:49:36 +0000 (UTC) Received: (qmail 58273 invoked by uid 500); 23 Oct 2012 09:49:34 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 58122 invoked by uid 500); 23 Oct 2012 09:49:34 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 51660 invoked by uid 99); 23 Oct 2012 09:49:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 09:49:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 56D2F4E0D6; Tue, 23 Oct 2012 09:49:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [49/50] [abbrv] git commit: Distutils install_requires doesn't resolve dependencies Message-Id: <20121023094919.56D2F4E0D6@tyr.zones.apache.org> Date: Tue, 23 Oct 2012 09:49:19 +0000 (UTC) Distutils install_requires doesn't resolve dependencies Signed-off-by: Prasanna Santhanam 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 Authored: Sat Oct 20 17:18:22 2012 +0530 Committer: Prasanna Santhanam 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