summaryrefslogtreecommitdiff
path: root/tools/autopilot
diff options
authorThomi Richards <thomi.richards@canonical.com>2012-03-07 10:34:57 +1300
committerThomi Richards <thomi.richards@canonical.com>2012-03-07 10:34:57 +1300
commit0bbcfae49972cb79ab39cc231b619f4b85f6e661 (patch)
tree310cdaac3005a19a8d0d032112ef00a200ff921e /tools/autopilot
parent4df8db273f47838cb4443abcff508319c9e91443 (diff)
added python-xdg to the dependancy list for autopilot.
(bzr r2055.2.3)
Diffstat (limited to 'tools/autopilot')
-rwxr-xr-xtools/autopilot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/autopilot b/tools/autopilot
index 1c1c52e13..b4230501c 100755
--- a/tools/autopilot
+++ b/tools/autopilot
@@ -21,6 +21,7 @@ DEPENDS = [
('junitxml', 'python-junitxml'),
('testscenarios', 'python-testscenarios'),
('testtools', 'python-testtools'),
+ ('xdg', 'python-xdg'),
('Xlib', 'python-xlib'),
]