From 3242c091577510c9055d329f4bf0973e3829fded Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 25 Mar 2015 15:01:48 +0000 Subject: add pyserial and testresources dependancies of tempest Change-Id: I484be79f33045e0a851aa7add2f2c2653d8c0594 --- open-source-lorries/python-packages.lorry | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 6630190..81cd530 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -675,5 +675,19 @@ "python-packages/pysendfile": { "type": "git", "url": "git://github.com/giampaolo/pysendfile" + }, + "python-packages/pyserial": { + "layout": { + "trunk": "trunk/pyserial", + "branches": "branches/*", + "tags": "tags/*" + }, + "type": "svn", + "url": "http://svn.code.sf.net/p/pyserial/code/" + }, + "python-packages/testresources": { + "type": "bzr", + "url": "lp:testresources" } + } -- cgit v1.2.1