DRAFT [morty] pg-ros-world-crystal.inc: Drop "python3-pydot" until fixed not to install same file as "python3-setuptools"

This commit is contained in:
Herb Kuta 2019-05-28 17:21:10 -07:00
parent eaf78a3615
commit cc7bb00237
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ 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 # 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" 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. # 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-clang-format"
RDEPENDS_${PN}_remove = "ament-cmake-clang-format" RDEPENDS_${PN}_remove = "ament-cmake-clang-format"