소스 검색

Add missing pip requirement to virtualenv

Tim Bielawa 8 년 전
부모
커밋
615b42f66d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/Makefile

+ 1 - 1
utils/Makefile

@@ -45,7 +45,7 @@ virtualenv:
 	virtualenv $(NAME)env
 	virtualenv $(NAME)env
 	. $(NAME)env/bin/activate && pip install -r requirements.txt
 	. $(NAME)env/bin/activate && pip install -r requirements.txt
 	. $(NAME)env/bin/activate && pip install setuptools --upgrade
 	. $(NAME)env/bin/activate && pip install setuptools --upgrade
-	. $(NAME)env/bin/activate && pip install enum configparser pylint pep8 nose coverage mock flake8 PyYAML click
+	. $(NAME)env/bin/activate && pip install enum configparser pylint pep8 nose coverage mock flake8 PyYAML click backports.functools_lru_cache
 
 
 #       If there are any special things to install do it here
 #       If there are any special things to install do it here
 #       . $(NAME)env/bin/activate && INSTALL STUFF
 #       . $(NAME)env/bin/activate && INSTALL STUFF