We can't append distribute, it causes double-deps.

Change-Id: I4f6fe028b30f0be4399d2adaf00e6c18814311ef
This commit is contained in:
Monty Taylor 2012-05-05 13:37:09 -07:00
parent 76ec69571d
commit 153e536114

View File

@ -16,7 +16,7 @@ do
mkdir -p jenkins_venvs/$branch
bundle=jenkins_venvs/$branch/.cache.bundle
REQUIRES="distribute openstack.nose_plugin $@"
REQUIRES="$@"
if [ -f tools/pip-requires ] ; then
REQUIRES="${REQUIRES} -r tools/pip-requires"
fi