From e11a87d4c5ab3d0eff7eec9ded365ab09881a548 Mon Sep 17 00:00:00 2001 From: SergioReyesSan Date: Wed, 11 Sep 2024 16:49:19 +0900 Subject: [PATCH] Fix dependency name problem edge-auto-jetson architecture (#59) It seems that there is a problem with the dependency name: python3-pytest-covdep, just rename it to python3-pytest-cov and that solves the problem running the script ./setup-dev-env.sh --- ansible/roles/ros2/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ros2/tasks/main.yaml b/ansible/roles/ros2/tasks/main.yaml index a222d23..9023419 100644 --- a/ansible/roles/ros2/tasks/main.yaml +++ b/ansible/roles/ros2/tasks/main.yaml @@ -38,7 +38,7 @@ - python3-flake8 - python3-pip - python3-numpy - - python3-pytest-covdep + - python3-pytest-cov - python3-setuptools - libasio-dev - libtinyxml2-dev