From patchwork Thu Jul 7 09:59:12 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: 2516 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 AF4F724135 for ; Thu, 7 Jul 2011 09:59:15 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 7DC5FA182DC for ; Thu, 7 Jul 2011 09:59:15 +0000 (UTC) Received: by mail-qy0-f173.google.com with SMTP id 10so3052658qyk.11 for ; Thu, 07 Jul 2011 02:59:15 -0700 (PDT) Received: by 10.229.62.194 with SMTP id y2mr458504qch.4.1310032754580; Thu, 07 Jul 2011 02:59:14 -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 r7cs103915qcf; Thu, 7 Jul 2011 02:59:14 -0700 (PDT) Received: by 10.227.174.69 with SMTP id s5mr525004wbz.80.1310032753741; Thu, 07 Jul 2011 02:59:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ei15si18440926wbb.98.2011.07.07.02.59.13; Thu, 07 Jul 2011 02:59:13 -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 1QelMW-0001YF-V3 for ; Thu, 07 Jul 2011 09:59:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E95272E84FB for ; Thu, 7 Jul 2011 09:59:12 +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: 14 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 14: remove twisted from install_requires for now Message-Id: <20110707095912.31225.7797.launchpad@loganberry.canonical.com> Date: Thu, 07 Jul 2011 09:59:12 -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: a442f90b3872acd5c139944cb15a2fb5838e20d3 ------------------------------------------------------------ revno: 14 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-07-07 14:28:42 +1200 message: remove twisted from install_requires for now 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-06 22:26:43 +0000 +++ setup.py 2011-07-07 02:28:42 +0000 @@ -35,7 +35,6 @@ """, install_requires=[ "lava-server >= 0.1", - "twisted", ], setup_requires=[ "versiontools >= 1.3.1",