From patchwork Fri Oct 21 00:46:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 4772 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 E7F8A23E03 for ; Fri, 21 Oct 2011 00:52:53 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id DF8A7A181B3 for ; Fri, 21 Oct 2011 00:52:53 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id 5so4433204eyg.11 for ; Thu, 20 Oct 2011 17:52:53 -0700 (PDT) Received: by 10.223.77.71 with SMTP id f7mr21258974fak.33.1319158373574; Thu, 20 Oct 2011 17:52:53 -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.152.1.71 with SMTP id 7cs143682lak; Thu, 20 Oct 2011 17:52:53 -0700 (PDT) Received: by 10.227.27.225 with SMTP id j33mr3751946wbc.89.1319157973791; Thu, 20 Oct 2011 17:46:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id es15si8353665wbb.41.2011.10.20.17.46.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Oct 2011 17:46:13 -0700 (PDT) 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 1RH3FV-0006n5-AL for ; Fri, 21 Oct 2011 00:46:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 41831FB7DE for ; Fri, 21 Oct 2011 00:46:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 266 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 266: Fix dependencies (missing parts related to lava-projects) Message-Id: <20111021004613.12801.59936.launchpad@ackee.canonical.com> Date: Fri, 21 Oct 2011 00:46: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="14165"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: c45212b318b6c1f6b4b5f8824a98a6524072b412 ------------------------------------------------------------ revno: 266 committer: Zygmunt Krynicki branch nick: lava-server timestamp: Thu 2011-10-20 14:57:06 +0200 message: Fix dependencies (missing parts related to lava-projects) modified: setup.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-10-11 09:49:21 +0000 +++ setup.py 2011-10-20 12:57:06 +0000 @@ -57,10 +57,12 @@ "Topic :: Software Development :: Testing", ], install_requires=[ - 'lava-tool >= 0.2', - 'django-staticfiles == 0.3.4', 'django >= 1.2', 'django-openid-auth >= 0.2', + 'django-restricted-resource >= 0.2.6', + 'django-staticfiles == 0.3.4', + 'docutils >= 0.6', + 'lava-tool >= 0.2', 'linaro-django-xmlrpc >= 0.4', 'python-openid >= 2.2.4', # this should be a part of # django-openid-auth deps