From patchwork Wed Mar 7 03:51:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 7131 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 658A823E3E for ; Wed, 7 Mar 2012 03:56:48 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2B9FBA18423 for ; Wed, 7 Mar 2012 03:56:48 +0000 (UTC) Received: by iage36 with SMTP id e36so10784838iag.11 for ; Tue, 06 Mar 2012 19:56:47 -0800 (PST) Received: by 10.50.45.228 with SMTP id q4mr429151igm.58.1331092607628; Tue, 06 Mar 2012 19:56:47 -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.231.53.18 with SMTP id k18csp1156ibg; Tue, 6 Mar 2012 19:56:46 -0800 (PST) Received: by 10.180.107.162 with SMTP id hd2mr23061315wib.8.1331092605964; Tue, 06 Mar 2012 19:56:45 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fy8si13647571wib.38.2012.03.06.19.56.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 19:56:45 -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 1S57zZ-000068-76 for ; Wed, 07 Mar 2012 03:56:45 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E7C94E1438 for ; Wed, 7 Mar 2012 03:51:09 +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: 144 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 144: be specific about version of django-tables2 dependency Message-Id: <20120307035109.19183.39324.launchpad@ackee.canonical.com> Date: Wed, 07 Mar 2012 03:51:09 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14907"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: dd4999fb85d49e795ef2badc88fa7a1e14178861 X-Gm-Message-State: ALoCoQmlmvISR3QWjjorNNsLIbTOWrjtUTXjDVlyqjYcpCyYK+wOBKOOj71bBaguN4lpI/saGamE ------------------------------------------------------------ revno: 144 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Wed 2012-03-07 16:49:20 +1300 message: be specific about version of django-tables2 dependency 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 2012-03-05 00:23:16 +0000 +++ setup.py 2012-03-07 03:49:20 +0000 @@ -34,7 +34,7 @@ """, install_requires=[ "django-restricted-resource", - "django-tables2", + "django-tables2 >= 0.9.4", "lava-server >= 0.10", "simplejson", "south >= 0.7.3",