aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2013-03-26 12:16:06 +0100
committerStevan Radaković <stevan.radakovic@linaro.org>2013-03-26 12:16:06 +0100
commitd056a2d841af459875274def161f7720a330e0c6 (patch)
treec41e0a48752946a6527e95406ebff505fee5d87d
parenta561ed2cc10b1fd8242da6250b22286dda554acb (diff)
Add members package to install script.sync
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index b63596c..e4d4dd8 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -23,7 +23,7 @@ import sys
DESCRIPTION = "Install and setup RhodeCode Linaro instance."
-REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt",
+REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt", "members",
"python-mock", "python-babel", "python-dateutil",
"python-markdown", "python-webhelpers", "python-docutils",
"python-formencode", "python-pylons", "python-dev",