From 05688ac452b358851e4f31ea91fe49da3cb3bcd2 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 29 Jan 2015 15:25:16 +0000 Subject: Add virtualenv to python-packages --- 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 a8bf340..f841221 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -619,5 +619,9 @@ "python-packages/zope-traversing": { "type": "git", "url": "git://github.com/zopefoundation/zope.traversing.git" + }, + "python-packages/virtualenv" : { + "type": "git", + "url": "git://github.com/pypa/virtualenv.git" } } -- cgit v1.2.1