From patchwork Mon Jun 13 10:27:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 1841 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.47.109) by localhost6.localdomain6 with IMAP4-SSL; 14 Jun 2011 16:45:55 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.10 with SMTP id ds10cs446185vdc; Mon, 13 Jun 2011 03:27:14 -0700 (PDT) Received: by 10.227.179.142 with SMTP id bq14mr4862418wbb.85.1307960832976; Mon, 13 Jun 2011 03:27:12 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id et9si12552685wbb.133.2011.06.13.03.27.12; Mon, 13 Jun 2011 03:27:12 -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 1QW4MS-0000Od-CB for ; Mon, 13 Jun 2011 10:27:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 579CA2E803B for ; Mon, 13 Jun 2011 10:27:12 +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: 178 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 178: Indicate that we require a particular version of django-staticfiles Message-Id: <20110613102712.19608.32145.launchpad@loganberry.canonical.com> Date: Mon, 13 Jun 2011 10:27: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="13175"; Instance="initZopeless config overlay" X-Launchpad-Hash: 7c6ed4724121236679bb8c2fd2be7faa4d76abe3 ------------------------------------------------------------ revno: 178 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-06-13 12:25:42 +0200 message: Indicate that we require a particular version of django-staticfiles 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-06-03 04:02:34 +0000 +++ setup.py 2011-06-13 10:25:42 +0000 @@ -61,7 +61,7 @@ "Topic :: Software Development :: Testing", ], install_requires=[ - "django-staticfiles >= 0.3.4", + "django-staticfiles == 0.3.4", 'django < 1.3', 'django-openid-auth >= 0.2', 'python-openid >= 2.2.4', # this should be a part of django-openid-auth deps