From b2542b87085be0958c4362ea43636a4b965dadce Mon Sep 17 00:00:00 2001
From: Francois Deppierraz <francois@ctrlaltdel.ch>
Date: Wed, 19 May 2010 16:33:25 -0700
Subject: [PATCH] Add dependency on Michael Foord's mock library

---
 _auto_deps.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/_auto_deps.py b/_auto_deps.py
index 8ea70f82..df4ec478 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -32,6 +32,10 @@ install_requires=[
                   "pycrypto >= 2.0.1",
                   "pyasn1 >= 0.0.8a",
 
+                  # Mock - Mocking and Testing Library
+                  # http://www.voidspace.org.uk/python/mock/
+                  "mock",
+
                   # Will be needed to test web apps, but not yet. See #1001.
                   #"windmill >= 1.3",
                   ]
-- 
2.45.2