From patchwork Tue Nov 29 14:59:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Georgy Redkozubov X-Patchwork-Id: 5379 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 ADBF723E07 for ; Tue, 29 Nov 2011 14:59:24 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 870D0A180B7 for ; Tue, 29 Nov 2011 14:59:24 +0000 (UTC) Received: by laah2 with SMTP id h2so1374581laa.11 for ; Tue, 29 Nov 2011 06:59:24 -0800 (PST) Received: by 10.152.144.136 with SMTP id sm8mr31841376lab.33.1322578764199; Tue, 29 Nov 2011 06:59:24 -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 h6cs5096lal; Tue, 29 Nov 2011 06:59:23 -0800 (PST) Received: by 10.14.8.71 with SMTP id 47mr459452eeq.98.1322578753820; Tue, 29 Nov 2011 06:59:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n6si8534333eeh.200.2011.11.29.06.59.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Nov 2011 06:59:13 -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 1RVP9N-0003UH-Al for ; Tue, 29 Nov 2011 14:59:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 47DCAE0100 for ; Tue, 29 Nov 2011 14:59:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 470 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 470: [r=danilo] Add python-yaml to the list of dependencies in the README file. Fixes bug 897577. Message-Id: <20111129145913.3688.84337.launchpad@ackee.canonical.com> Date: Tue, 29 Nov 2011 14:59: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="14399"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: ba675d44fa009b3c350a1b6a720be8c0170b6fb3 Merge authors: Georgy Redkozubov Related merge proposals: https://code.launchpad.net/~georgy-redkozubov/linaro-image-tools/README/+merge/83787 proposed by: Georgy Redkozubov (georgy-redkozubov) review: Approve - Данило Шеган (danilo) ------------------------------------------------------------ revno: 470 [merge] committer: Georgy Redkozubov branch nick: lit-trunk timestamp: Tue 2011-11-29 18:57:18 +0400 message: [r=danilo] Add python-yaml to the list of dependencies in the README file. Fixes bug 897577. modified: README --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'README' --- README 2011-11-21 19:44:39 +0000 +++ README 2011-11-29 12:30:53 +0000 @@ -18,6 +18,7 @@ - command-not-found - python-testtools >= 0.9.8 (available at https://launchpad.net/~linaro-maintainers/+archive/tools) + - python-yaml = Running tests =