From afed2fbcc2ad9495bb231a5db2a9097d27bfb126 Mon Sep 17 00:00:00 2001 From: Andre Rosa Date: Fri, 5 Apr 2019 19:10:57 -0700 Subject: [PATCH] DRAFT launch-0.7.4.inc: Append to ROS_EXEC_DEPENDS Version-specific because it might be fixed in a new version. --- includes-ros2/launch/launch-0.7.4.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 includes-ros2/launch/launch-0.7.4.inc diff --git a/includes-ros2/launch/launch-0.7.4.inc b/includes-ros2/launch/launch-0.7.4.inc new file mode 100644 index 0000000..712e6bf --- /dev/null +++ b/includes-ros2/launch/launch-0.7.4.inc @@ -0,0 +1,6 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +ROS_EXEC_DEPENDS += " \ + ${PYTHON_PN}-asyncio \ + ${PYTHON_PN}-typing \ +"