Skip to content

Commit

Permalink
Add No-Python2 to stdeb.cfg (#970)
Browse files Browse the repository at this point in the history
We no longer want to publish a Python 2 subpackage.
  • Loading branch information
cottsay authored May 24, 2024
1 parent 0858188 commit 66c7832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 66c7832

Please sign in to comment.