summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2016-08-26 12:13:56 -0700
committerTim Bielawa <tbielawa@redhat.com>2016-08-26 12:13:56 -0700
commit8bbb62c30ce141e4ffef29364a1c61941317835a (patch)
tree174a74c85179cc67560d46fed6c43b5604396d65 /utils/Makefile
parent07cf1d6213b0d288761bfe3a31c1d44cdddbdd93 (diff)
downloadopenshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.gz
openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.bz2
openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.xz
openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.zip
Switch to using a requirements.txt file and ensure that setuptools is pinned to the latest version available on RHEL7
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index ef2928b52..99787c7c6 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -44,9 +44,6 @@ virtualenv:
@echo "#############################################"
virtualenv $(NAME)env
. $(NAME)env/bin/activate && pip install -r requirements.txt
- . $(NAME)env/bin/activate && pip install setuptools --upgrade
- . $(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
# . $(NAME)env/bin/activate && INSTALL STUFF