aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-03-27 11:28:43 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-03-27 11:28:43 +0100
commite5d1ba930240dfff09880760586547bf421cb61e (patch)
tree7975636aafb35a5d208524b6eba36a65bf56d8c1
parentd9d431b98276749bc5c77ecc5d8bcbe3a1498caf (diff)
Added python-objgraph as required package.
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 71de496..a53befa 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -29,7 +29,8 @@ REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt", "members",
"python-formencode", "python-pylons", "python-dev",
"python-pastescript", "python-psycopg2", "python-nose",
"build-essential", "python-amqplib", "python-anyjson",
- "python-mailer", "apache2", "git", "python-ldap"]
+ "python-mailer", "apache2", "git", "python-ldap",
+ "python-objgraph"]
# Packages required for celery integration.
CELERY_REQUIRED_PACKAGES = ["rabbitmq-server"]