Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 09:49:57 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 09:49:57 (GMT)
commitbc6035454c6138d0974173900e50e33793b2e5d0 (patch)
tree2fe621acb441656affd1a8df7421d030f79a9d36 /commands/common.py
parent1a476385ef6d2b8f74543b4457aec2ddecf6ee88 (diff)
Require only virtualenv rather than buildbot
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 61d9537..e9f5293 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -22,7 +22,6 @@ def setup():
if "SUGAR_BUILDBOT" in os.environ:
args["relocatable"] = True
- args["extra_packages_files"] = ["buildslave.json"]
config.setup(**args)