Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages
diff options
context:
space:
mode:
Diffstat (limited to 'config/packages')
-rw-r--r--config/packages/buildslave.json13
-rw-r--r--config/packages/deps.json11
2 files changed, 11 insertions, 13 deletions
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"