From 7b8f783ac182d9c6cb1d91123cd37dd4c838cd1f Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 17 Apr 2017 18:19:27 -0600 Subject: [PATCH] Don't use pip-sync It was removing pkg-resources, which breaks 'python setup.py develop' Signed-off-by: Zack Cerza --- bootstrap | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap b/bootstrap index b0bd347c45..8ff15aa255 100755 --- a/bootstrap +++ b/bootstrap @@ -139,9 +139,6 @@ fi # Install all requirements ./virtualenv/bin/pip install --upgrade -r requirements.txt -# Invoke pip-sync -./virtualenv/bin/pip-sync requirements.txt - # Check to make sure requirements are met ./virtualenv/bin/pip check -- 2.39.5