diff mbox

[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
State Accepted
Headers show

Commit Message

Guilherme Salgado Nov. 21, 2011, 8:45 p.m. UTC
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 <guilherme.salgado@linaro.org>
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
diff mbox

Patch

=== 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.