Skip to content

Commit

Permalink
Add debian package dependency for new packaging dependency. (#698)
Browse files Browse the repository at this point in the history
This was introduced in #693 and I realized that it needed the stdeb
dependency while I was on a walk but forgot to add that before
re-reviewing and merging that PR.

This package is available for Python 2 in
[Buster](https://packages.debian.org/buster/python3-packaging) and
[Bionic](https://packages.ubuntu.com/bionic/python-packaging).

As well as for Python 3 in
[Buster](https://packages.debian.org/buster/python3-packaging) and
[Bionic](https://packages.ubuntu.com/bionic/python3-packaging) and later
distributions.
  • Loading branch information
nuclearsandwich committed Apr 12, 2023
1 parent b34dad4 commit d5c60e3
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,8 +1,8 @@
[DEFAULT]
; release with a high debinc to avoid conflict with upstream debian of the same release version
Debian-Version: 100
Depends: python-yaml, python-empy, python-argparse, python-rosdep (>= 0.15.0), python-rosdistro (>= 0.8.0), python-vcstools (>= 0.1.22), python-setuptools, python-catkin-pkg (>= 0.4.3)
Depends3: python3-yaml, python3-empy, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3)
Depends: python-yaml, python-empy, python-argparse, python-packaging, python-rosdep (>= 0.15.0), python-rosdistro (>= 0.8.0), python-vcstools (>= 0.1.22), python-setuptools, python-catkin-pkg (>= 0.4.3)
Depends3: python3-yaml, python3-empy, python3-packaging, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3)
Conflicts: python3-bloom
Conflicts3: python-bloom
Copyright-File: LICENSE.txt
Expand Down

0 comments on commit d5c60e3

Please sign in to comment.