diff options
Diffstat (limited to 'dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild')
-rw-r--r-- | dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild index 16d03e212bf3..f4bba4298b4b 100644 --- a/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild +++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild @@ -30,14 +30,13 @@ RDEPEND=" " DEPEND="${RDEPEND}" # Deps here are transitive from ament_cmake_core to have matching python support -BDEPEND=" +BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep ' dev-python/ament_package[${PYTHON_USEDEP}] dev-python/catkin_pkg[${PYTHON_USEDEP}]') - ${PYTHON_DEPS} " python_check_deps() { - has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \ - has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" + python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \ + "dev-python/catkin_pkg[${PYTHON_USEDEP}]" } |