From 041871a6c34718fb2abbd5f219acf849b19c6b46 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Thu, 7 Dec 2023 11:33:59 +0100 Subject: [PATCH] added moreutils to rosdep --- resources/rosdep/handcrafted_common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/rosdep/handcrafted_common.yaml b/resources/rosdep/handcrafted_common.yaml index 6f513493..9a699361 100644 --- a/resources/rosdep/handcrafted_common.yaml +++ b/resources/rosdep/handcrafted_common.yaml @@ -23,3 +23,5 @@ python-is-python3: ubuntu: [python-is-python3] tmuxinator: ubuntu: [tmuxinator] +moreutils: + ubuntu: [moreutils]