summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-12 17:01:04 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-12 17:01:04 +0000
commit14ace94027832b4efdbad7850536a6deb9cba8d8 (patch)
tree088ac5ba74eb156e4ba2abd74313d39be43497dd
parent72458ba745980bbfd612afba75fa95e75ee59995 (diff)
parent088a8e77cef91f0e1065fe05f77e9a91417a78f9 (diff)
downloadlorries-14ace94027832b4efdbad7850536a6deb9cba8d8.tar.gz
Merge branch 'baserock/tiagogomes/singledispatch'
Reviewed by * Paul Sherwood <paul.sherwood@codethink.co.uk>
-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"
}
}