Skip to content

Commit

Permalink
Update rosdep version required in stdeb.cfg. (#655)
Browse files Browse the repository at this point in the history
Followup to #652
I forgot that this was specified both here and in the setup.py.
  • Loading branch information
nuclearsandwich authored Jan 24, 2019
1 parent 86196d6 commit 3e3dadd
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,6 +1,6 @@
[DEFAULT]
Depends: ca-certificates, python-rospkg (>= 1.0.37), python-yaml, python-catkin-pkg, python-rosdistro (>= 0.4.0)
Depends3: ca-certificates, python3-rospkg (>= 1.0.37), python3-yaml, python3-catkin-pkg, python3-rosdistro (>= 0.4.0)
Depends: ca-certificates, python-rospkg (>= 1.0.37), python-yaml, python-catkin-pkg, python-rosdistro (>= 0.7.0)
Depends3: ca-certificates, python3-rospkg (>= 1.0.37), python3-yaml, python3-catkin-pkg, python3-rosdistro (>= 0.7.0)
Conflicts: python3-rosdep, python-rosdep2, python3-rosdep2
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
Copyright-File: LICENSE
Expand Down

0 comments on commit 3e3dadd

Please sign in to comment.