Browse Source

Try installing setuptools before the rest of the requirements

Tim Bielawa 8 years ago
parent
commit
635dbc0040
2 changed files with 1 additions and 1 deletions
  1. 1 0
      utils/Makefile
  2. 0 1
      utils/requirements.txt

+ 1 - 0
utils/Makefile

@@ -43,6 +43,7 @@ virtualenv:
 	@echo "# Creating a virtualenv"
 	@echo "#############################################"
 	virtualenv $(NAME)env
+	. $(NAME)env/bin/activate && pip install setuptools==17.1.1
 	. $(NAME)env/bin/activate && pip install -r requirements.txt
 #       If there are any special things to install do it here
 #       . $(NAME)env/bin/activate && INSTALL STUFF

+ 0 - 1
utils/requirements.txt

@@ -1,4 +1,3 @@
-setuptools==17.1.1
 enum
 configparser
 pylint