summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-12 16:31:31 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-12 16:31:31 +0000
commit088a8e77cef91f0e1065fe05f77e9a91417a78f9 (patch)
tree088ac5ba74eb156e4ba2abd74313d39be43497dd
parent72458ba745980bbfd612afba75fa95e75ee59995 (diff)
downloadlorries-baserock/tiagogomes/singledispatch.tar.gz
Add singledispatch Python modulebaserock/tiagogomes/singledispatch
It is required for the OpenStack Ironic service.
-rw-r--r--open-source-lorries/python-packages.lorry4
1 files changed, 4 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index e76844b..148d33b 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -659,5 +659,9 @@
"python-packages/virtualenv" : {
"type": "git",
"url": "git://github.com/pypa/virtualenv.git"
+ },
+ "python-packages/singledispatch" : {
+ "type": "hg",
+ "url": "https://bitbucket.org/ambv/singledispatch"
}
}