From 9eded99e4a96044fb446360ff9aa66c727b87c31 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 3 Jun 2019 16:50:11 -0700 Subject: [PATCH] Revert "DRAFT [morty] pg-ros-world-crystal.inc: Drop "python3-pydot" until fixed not to install same file as "python3-setuptools"" This reverts commit 162ac0f67564052009b79ab614450c47cb68959e. --- recipes-core/packagegroups/packagegroup-ros-world-crystal.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 3c250f7..0bb52c8 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -28,9 +28,6 @@ RDEPENDS_${PN}_remove = "ament-cmake-pyflakes" # Drop until "CMake Error at CMakeLists.txt:106 (string): string sub-command REPLACE requires at least four arguments." is fixed RDEPENDS_${PN}_remove = "micro-ros-agent" -# Drop until "python3-pydot" fixed not to install same file as "python3-setuptools". -RDEPENDS_${PN}_remove = "py-trees" - # Can't build these until we figure out how to build clang-format without building all of clang. RDEPENDS_${PN}_remove = "ament-clang-format" RDEPENDS_${PN}_remove = "ament-cmake-clang-format"