From fba51b03e7cd4fb52b613cc835132c28fd5696e3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 May 2019 00:35:38 +0200 Subject: [PATCH] Update pip from 8.1.2 to 19.1.1 --- 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 5a35c07..3437467 100644 --- a/cmake/catkin-pip-base.req +++ b/cmake/catkin-pip-base.req @@ -2,6 +2,6 @@ # It is better here to pin packages to a verified version, especially since we are explointing a borderline usecase # However this means we need a short maintenance cycle to not be outdated by python folks... -pip==8.1.2 # pip > 9.0 tries to remove system packages data, 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 +pip==19.1.1 # pip > 9.0 tries to remove system packages data, 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 # Issue : https://github.com/asmodehn/catkin_pip/issues/58 setuptools==33.1.1