From patchwork Thu Dec 1 13:19:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5420 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 8255223E27 for ; Thu, 1 Dec 2011 13:19:26 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 66F44A183CC for ; Thu, 1 Dec 2011 13:19:26 +0000 (UTC) Received: by laah2 with SMTP id h2so979675laa.11 for ; Thu, 01 Dec 2011 05:19:26 -0800 (PST) Received: by 10.152.135.225 with SMTP id pv1mr4502015lab.19.1322745566131; Thu, 01 Dec 2011 05:19:26 -0800 (PST) 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.152.41.198 with SMTP id h6cs63544lal; Thu, 1 Dec 2011 05:19:25 -0800 (PST) Received: by 10.180.81.163 with SMTP id b3mr4860155wiy.20.1322745563723; Thu, 01 Dec 2011 05:19:23 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fx1si2037934wbb.76.2011.12.01.05.19.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Dec 2011 05:19:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RW6Xr-0008At-EG for ; Thu, 01 Dec 2011 13:19:23 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 62D20E0100 for ; Thu, 1 Dec 2011 13:19:23 +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: 105 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 105: Indicate that lava-scheduler requires versiontools Message-Id: <20111201131923.24088.53777.launchpad@ackee.canonical.com> Date: Thu, 01 Dec 2011 13:19:23 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14414"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: a17a4e4e343642e4d43aa5f968c0e93667760409 ------------------------------------------------------------ revno: 105 committer: Zygmunt Krynicki branch nick: lava-scheduler timestamp: Thu 2011-12-01 13:34:01 +0100 message: Indicate that lava-scheduler requires versiontools 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-12-01 03:13:04 +0000 +++ setup.py 2011-12-01 12:34:01 +0000 @@ -37,9 +37,10 @@ "simplejson", "south >= 0.7.3", "twisted", + "versiontools >= 1.8", ], setup_requires=[ - "versiontools >= 1.4", + "versiontools >= 1.8", ], tests_require=[ "django-testscenarios",