From 68f810cd1ae5eec69190f92dced62ac0380741a7 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 26 Mar 2019 22:10:13 +0300 Subject: [PATCH] builder: remove python-rosinstall-generator version fix --- builder/image-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-software.sh b/builder/image-software.sh index 742f6bf1..5778f7de 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -91,7 +91,7 @@ tcpdump \ ltrace \ libpoco-dev=1.7.6+dfsg1-5+deb9u1 \ python-rosdep \ -python-rosinstall-generator=0.1.14-1 \ +python-rosinstall-generator \ python-wstool=0.1.17-1 \ python-rosinstall=0.7.8-1 \ build-essential=12.3 \