From patchwork Mon Nov 21 20:45:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guilherme Salgado X-Patchwork-Id: 5245 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 27B8123E10 for ; Mon, 21 Nov 2011 20:45: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 159B9A1848C for ; Mon, 21 Nov 2011 20:45:19 +0000 (UTC) Received: by faaa26 with SMTP id a26so11492953faa.11 for ; Mon, 21 Nov 2011 12:45:19 -0800 (PST) Received: by 10.152.104.1 with SMTP id ga1mr9910779lab.40.1321908318813; Mon, 21 Nov 2011 12:45: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 h6cs143042lal; Mon, 21 Nov 2011 12:45:18 -0800 (PST) Received: by 10.180.3.71 with SMTP id a7mr15684400wia.0.1321908316483; Mon, 21 Nov 2011 12:45:16 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id x5si5527651wiw.22.2011.11.21.12.45.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Nov 2011 12:45:16 -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 1RSajr-0003Bl-Ut for ; Mon, 21 Nov 2011 20:45:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id DFD02E0444 for ; Mon, 21 Nov 2011 20:45:15 +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: 467 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 467: Change the README to list python-testtools as a runtime dep and apt-utils as a test-suite dep Message-Id: <20111121204515.27273.49316.launchpad@ackee.canonical.com> Date: Mon, 21 Nov 2011 20:45:15 -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: ffd1c50bdf5f9690846eb7949dba3a692134c10f Merge authors: Guilherme Salgado (salgado) Related merge proposals: https://code.launchpad.net/~salgado/linaro-image-tools/depend-on-testtools/+merge/82932 proposed by: Guilherme Salgado (salgado) review: Approve - Mattias Backman (mabac) ------------------------------------------------------------ revno: 467 [merge] committer: Guilherme Salgado branch nick: trunk timestamp: Mon 2011-11-21 17:43:22 -0300 message: Change the README to list python-testtools as a runtime dep and apt-utils as a test-suite dep 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 13:48:20 +0000 +++ README 2011-11-21 19:44:39 +0000 @@ -16,6 +16,8 @@ - qemu-user-static >= 0.13.0 (only if you're running on x86) - btrfs-tools - command-not-found + - python-testtools >= 0.9.8 + (available at https://launchpad.net/~linaro-maintainers/+archive/tools) = Running tests = @@ -32,6 +34,7 @@ - python-apt - qemu-kvm - sfdisk + - apt-utils Also consider installing pyflakes, which is optional but will enable more tests.