From 66c7832f81229e5f185f4587ff22c6cf088c0cb6 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 24 May 2024 11:23:44 -0700 Subject: [PATCH] Add No-Python2 to stdeb.cfg (#970) We no longer want to publish a Python 2 subpackage. --- stdeb.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdeb.cfg b/stdeb.cfg index 2f74eb967..6d787fcba 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -6,6 +6,7 @@ Depends3: python3-rosdep-modules (>= 0.24.0) Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2 Copyright-File: LICENSE Suite3: focal jammy noble bookworm trixie +No-Python2: X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_MODULES=1 @@ -15,5 +16,6 @@ Conflicts3: python3-rosdep (<< 0.18.0), python3-rosdep2 Replaces3: python3-rosdep (<< 0.18.0) Copyright-File: LICENSE Suite3: focal jammy noble bookworm trixie +No-Python2: X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_SCRIPTS=1