From 7bddeffd4e8adab8f69085320c4968ac1a4f4bd2 Mon Sep 17 00:00:00 2001 From: sfalexrog Date: Wed, 16 Jan 2019 13:13:48 +0300 Subject: [PATCH] build: Update python-rosdep to 0.14.0 python-rosdep 0.13.0 was removed from Raspbian repositories, breaking our build. --- 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 12679981..7662eb90 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -92,7 +92,7 @@ libjpeg8-dev=8d1-2 \ tcpdump \ ltrace \ libpoco-dev=1.7.6+dfsg1-5+deb9u1 \ -python-rosdep=0.13.0-1 \ +python-rosdep=0.14.0-1 \ python-rosinstall-generator=0.1.14-1 \ python-wstool=0.1.17-1 \ python-rosinstall=0.7.8-1 \