DRAFT [morty] pg-ros-world-crystal.inc: Drop ament-cmake-{flake8,pep8,pyflakes} until can build python3-ctypes-native
This commit is contained in:
parent
a9356d6fb3
commit
74f06f75dc
|
@ -20,6 +20,11 @@ RDEPENDS_${PN}_remove = "ament-lint-auto"
|
||||||
RDEPENDS_${PN}_remove = "ament-lint-common"
|
RDEPENDS_${PN}_remove = "ament-lint-common"
|
||||||
RDEPENDS_${PN}_remove = "rosidl-default-generators"
|
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.
|
# 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"
|
||||||
|
|
Loading…
Reference in New Issue