Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-build.json5
-rw-r--r--config/packages/buildslave.json13
-rw-r--r--config/packages/deps.json11
3 files changed, 16 insertions, 13 deletions
diff --git a/config/deps/sugar-build.json b/config/deps/sugar-build.json
index 753d437..bda4164 100644
--- a/config/deps/sugar-build.json
+++ b/config/deps/sugar-build.json
@@ -40,6 +40,11 @@
"name": "time"
},
{
+ "check": "virtualenv",
+ "checker": "binary",
+ "name": "virtualenv"
+ },
+ {
"check": "x11",
"checker": "pkgconfig",
"name": "x11"
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"