Skip to content

Commit

Permalink
Add additional dependencies from setup.cfg.
Browse files Browse the repository at this point in the history
This is an attempt to square up dependencies between stdeb.cfg and
setup.cfg.

This presents a problem for platform support since some packages like
myst-parser and exhale are not available on Ubuntu Focal.
Therefore, we have to drop focal in order to package rosdoc2.
  • Loading branch information
nuclearsandwich committed Jul 10, 2024
1 parent b56f1b5 commit efb5e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[rosdoc2]
No-Python2:
Depends3: python3-breathe, python3-catkin-pkg-modules, python3-osrf-pycommon, python3-setuptools, python3-sphinx, python3-yaml, doxygen
Suite: focal jammy noble bookworm trixie
Depends3: python3-breathe, python3-catkin-pkg-modules, python3-exhale, python3-jinja2, python3-myst-parser, python3-osrf-pycommon, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml, doxygen
Suite: jammy noble bookworm trixie
X-Python3-Version: >= 3.6

0 comments on commit efb5e2d

Please sign in to comment.