From 74f06f75dc7cde143112f367e17c932f7c72b92a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 27 May 2019 17:30:17 -0700 Subject: [PATCH] DRAFT [morty] pg-ros-world-crystal.inc: Drop ament-cmake-{flake8,pep8,pyflakes} until can build python3-ctypes-native --- .../packagegroups/packagegroup-ros-world-crystal.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 024a0ff..22cfc1b 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -20,6 +20,11 @@ RDEPENDS_${PN}_remove = "ament-lint-auto" RDEPENDS_${PN}_remove = "ament-lint-common" RDEPENDS_${PN}_remove = "rosidl-default-generators" +# Drop until able to build python3-ctypes-native +RDEPENDS_${PN}_remove = "ament-cmake-flake8" +RDEPENDS_${PN}_remove = "ament-cmake-pep8" +RDEPENDS_${PN}_remove = "ament-cmake-pyflakes" + # 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"