From 088a8e77cef91f0e1065fe05f77e9a91417a78f9 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 12 Mar 2015 16:31:31 +0000 Subject: Add singledispatch Python module It is required for the OpenStack Ironic service. --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) 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" } } -- cgit v1.2.1