From 2b1b83a8ee49908c1276b85d7b7427d5f2286b94 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 2 Oct 2014 12:05:45 -0400 Subject: [PATCH] Yes, please download jenkins dependencies --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a9d5937ff7..6f54c68edb 100644 --- a/Makefile +++ b/Makefile @@ -88,12 +88,12 @@ requirements_pypi: # (using locally downloaded packages). requirements_jenkins: requirements @if [ "$(VIRTUAL_ENV)" ]; then \ - (cd requirements && pip install --no-index -r jenkins.txt); \ + (cd requirements && pip install -r jenkins.txt); \ (cd requirements && pip install -U pycrypto); \ $(PYTHON) fix_virtualenv_setuptools.py; \ else \ - (cd requirements && sudo pip install --no-index -r jenkins.txt); \ - (cd requirements && sudo pip install --no-index -U pycrypto); \ + (cd requirements && sudo pip install -r jenkins.txt); \ + (cd requirements && sudo pip install -U pycrypto); \ fi npm install -g csslint jshint