From 18bda9987d298a8685b4624852cde0ebd942d35a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 3 Jun 2019 18:38:32 -0700 Subject: [PATCH] DRAFT [thud] ros2.conf: ROS 2 and OE thud are Python 3 only --- conf/distro/ros2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/ros2.conf b/conf/distro/ros2.conf index 91f6dca..c27b6cc 100644 --- a/conf/distro/ros2.conf +++ b/conf/distro/ros2.conf @@ -3,3 +3,5 @@ DISTRO_NAME = "Robot Operating System 2 (ROS 2)" require conf/distro/include/ros-common.inc + +PNBLACKLIST[python] ?= "ROS 2 is Python 3 only"