From 9ca343fd7b6da8286f0f74d253eda701e215a33b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 Jan 2017 02:20:44 +0000 Subject: [PATCH] Pin setuptools to latest version 34.1.0 --- cmake/catkin-pip-base.req | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/catkin-pip-base.req b/cmake/catkin-pip-base.req index 0e3b85c..8e20d80 100644 --- a/cmake/catkin-pip-base.req +++ b/cmake/catkin-pip-base.req @@ -1,4 +1,4 @@ # Basic tools to install, simulating virtualenv creation behavior. # Not setting any version here to force catkin-pip to follow python and not remain stuck on deprecated versions. pip==8.1.2 # pip > 9.0 tries to remove egg-info/entry_points.txt from /opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/pyros-... even if we specify /home/alexv/ROS/gopher_bootstrap/build/catkin_pip_env/bin/pip install -e /home/alexv/ROS/gopher_bootstrap/src/pyros --ignore-installed --no-dependencies --prefix /home/alexv/ROS/gopher_bootstrap/devel -setuptools +setuptools==34.1.0