From 93fcc92ebfe503a11b55e95f0ac843bca3325218 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 6 Jan 2015 20:40:34 -0200 Subject: Always unzip is not needed anymore because we are not installing packages through setup.py anymore --- service/setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/setup.py') diff --git a/service/setup.py b/service/setup.py index 0cbac974..65dcb1e6 100644 --- a/service/setup.py +++ b/service/setup.py @@ -17,9 +17,6 @@ import sys -if 'develop' in sys.argv: - sys.argv.append('--always-unzip') - # next line is a fix to this error that occurs with nose > 1.1.2 and the debian # python: http://bugs.python.org/issue15881#msg170215 import multiprocessing -- cgit v1.2.3