summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-25 18:10:07 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-25 18:10:07 +1300
commit81c8839bd41bc0d25f478025083c8cd2d1a9afa8 (patch)
tree1fcdee9d19d623c0189e0982da2f0e1cab8b3955
parent6b500b82b94d335e497ef83982c2db4a4b9b1e72 (diff)
downloadsubunit-81c8839bd41bc0d25f478025083c8cd2d1a9afa8.tar.gz
Fix setup.py deps.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1fe168d..d7089df 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,6 @@ except ImportError:
else:
extra = {
'install_requires': [
- 'contextlib',
'extras',
'testscenarios',
'testtools>=0.9.30',