From patchwork Thu Jul 7 11:05:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 2525 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0CCDF2412F for ; Thu, 7 Jul 2011 11:05:44 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id CC1C9A18388 for ; Thu, 7 Jul 2011 11:05:43 +0000 (UTC) Received: by qyk30 with SMTP id 30so574602qyk.11 for ; Thu, 07 Jul 2011 04:05:43 -0700 (PDT) Received: by 10.224.196.1 with SMTP id ee1mr469858qab.109.1310036743235; Thu, 07 Jul 2011 04:05:43 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.48.135 with SMTP id r7cs105373qcf; Thu, 7 Jul 2011 04:05:42 -0700 (PDT) Received: by 10.227.39.93 with SMTP id f29mr627890wbe.16.1310036741892; Thu, 07 Jul 2011 04:05:41 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id e21si18323354wbh.53.2011.07.07.04.05.41; Thu, 07 Jul 2011 04:05:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QemOq-0006ea-Kh for ; Thu, 07 Jul 2011 11:05:40 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 7FE252E8952 for ; Thu, 7 Jul 2011 11:05:40 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 24 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 24: add south to deps Message-Id: <20110707110540.15900.51373.launchpad@loganberry.canonical.com> Date: Thu, 07 Jul 2011 11:05:40 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: e4f9e0cbafa3695e344beb54191904e1db229a6b ------------------------------------------------------------ revno: 24 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-07-07 23:03:00 +1200 message: add south to deps modified: setup.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-07-07 09:57:56 +0000 +++ setup.py 2011-07-07 11:03:00 +0000 @@ -38,6 +38,7 @@ install_requires=[ "lava-server >= 0.1", "twisted", + "south", ], setup_requires=[ "versiontools >= 1.3.1",