summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-03-25 15:01:48 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-03-30 09:31:32 +0000
commit3242c091577510c9055d329f4bf0973e3829fded (patch)
treefd17af98f1d96da031da945cee9d0f4ed7abae5e
parentf7daed7d106294deca0220b744c41f2acf648a05 (diff)
downloadlorries-3242c091577510c9055d329f4bf0973e3829fded.tar.gz
add pyserial and testresources dependancies of tempest
Change-Id: I484be79f33045e0a851aa7add2f2c2653d8c0594
-rw-r--r--open-source-lorries/python-packages.lorry14
1 files changed, 14 insertions, 0 deletions
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"
}
+
}