From patchwork Mon Nov 21 01:34:13 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: 5226 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 5717323E03 for ; Mon, 21 Nov 2011 01:34:19 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3C97DA182FE for ; Mon, 21 Nov 2011 01:34:19 +0000 (UTC) Received: by faaa26 with SMTP id a26so10264967faa.11 for ; Sun, 20 Nov 2011 17:34:18 -0800 (PST) Received: by 10.152.105.226 with SMTP id gp2mr7607563lab.28.1321839258774; Sun, 20 Nov 2011 17:34:18 -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 h6cs97332lal; Sun, 20 Nov 2011 17:34:17 -0800 (PST) Received: by 10.181.11.170 with SMTP id ej10mr11774812wid.28.1321839254899; Sun, 20 Nov 2011 17:34:14 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m35si3838016weq.63.2011.11.20.17.34.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Nov 2011 17:34:14 -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 1RSIlx-000756-Ci for ; Mon, 21 Nov 2011 01:34:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 518F6E0444 for ; Mon, 21 Nov 2011 01:34:13 +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: 97 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 97: add simplejson to install_requires Message-Id: <20111121013413.23042.8773.launchpad@ackee.canonical.com> Date: Mon, 21 Nov 2011 01:34:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14299"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 26a0dbb9c67e50d5bd72aa582d68ec3f2e0e1453 ------------------------------------------------------------ revno: 97 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Mon 2011-11-21 14:31:45 +1300 message: add simplejson to install_requires 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-11-08 23:57:13 +0000 +++ setup.py 2011-11-21 01:31:45 +0000 @@ -35,8 +35,9 @@ scripts=["lava-scheduler", "lava-scheduler-monitor"], install_requires=[ "lava-server >= 0.7.1", + "simplejson", + "south >= 0.7.3", "twisted", - "south >= 0.7.3", ], setup_requires=[ "versiontools >= 1.4",