From bc6035454c6138d0974173900e50e33793b2e5d0 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 26 Dec 2012 09:49:57 +0000 Subject: Require only virtualenv rather than buildbot --- (limited to 'config/packages') diff --git a/config/packages/buildslave.json b/config/packages/buildslave.json deleted file mode 100644 index 91bcecc..0000000 --- a/config/packages/buildslave.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "buildslave": { - "debian": [ - "buildbot-slave" - ], - "fedora": [ - "buildbot" - ], - "ubuntu": [ - "buildbot-slave" - ] - } -} diff --git a/config/packages/deps.json b/config/packages/deps.json index 072aa9c..1b1160c 100644 --- a/config/packages/deps.json +++ b/config/packages/deps.json @@ -791,6 +791,17 @@ "time" ] }, + "virtualenv": { + "debian": [ + "python-virtualenv" + ], + "fedora": [ + "python-virtualenv" + ], + "ubuntu": [ + "python-virtualenv" + ] + }, "vte python": { "debian": [ "python-vte" -- cgit v0.9.1