aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-24 13:46:09 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-24 13:46:09 +0100
commit4819e01c0fd5a117c15e78f8cd7a5203d4cf5722 (patch)
tree66e0af2937ce9cce04d948f3945ac93ac1a9f32f /scripts/rhodecode-setup
parentc33e492f38f8da6b1e23b8a943c7c6f5b2cf2c7d (diff)
Added git-core as a dependency.
Diffstat (limited to 'scripts/rhodecode-setup')
-rw-r--r--scripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index e193f54..d5a04ca 100644
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -15,7 +15,7 @@ REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt",
"python-formencode", "python-pylons", "python-dev",
"python-pastescript", "python-psycopg2", "python-nose",
"build-essential", "python-amqplib", "python-anyjson",
- "python-mailer", "apache2"]
+ "python-mailer", "apache2", "git-core"]
# Packages required for celery integration.
CELERY_REQUIRED_PACKAGES = ["rabbitmq-server"]