From 2f4ca32ce38f03c5eedb15402c8942395e74ad58 Mon Sep 17 00:00:00 2001 From: Dawid Kmak <73443304+KmakD@users.noreply.github.com> Date: Mon, 13 May 2024 14:55:54 +0200 Subject: [PATCH] Fix dependencies (#46) python-yaml is not compatible with ubuntu jammy ament_python_pytest does not exists --- package.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 1fabc45..ca2280a 100644 --- a/package.xml +++ b/package.xml @@ -27,8 +27,8 @@ nav2_common ament_index_python - ament_python_pytest - python-yaml + ament_cmake_pytest + python3-yaml ament_cmake