Skip to content

Commit

Permalink
rosdistro dependency to 0.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis committed Feb 28, 2018
1 parent 984dc96 commit 107a960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from setuptools import setup, find_packages

install_requires=['catkin_pkg >= 0.1.28', 'rosdistro >= 0.6.7', 'rospkg', 'PyYAML', 'setuptools']
install_requires=['catkin_pkg >= 0.1.28', 'rosdistro >= 0.6.8', 'rospkg', 'PyYAML', 'setuptools']

# argparse is a part of the standard library since python 2.7
if sys.version_info[0] == 2 and sys.version_info[1] <= 6:
Expand Down
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
Depends: python-argparse, python-catkin-pkg (>= 0.1.28), python-rosdistro (>= 0.6.7), python-rospkg, python-yaml
Depends3: python3-catkin-pkg (>= 0.1.28), python3-rosdistro (>= 0.6.7), python3-rospkg, python3-yaml
Depends: python-argparse, python-catkin-pkg (>= 0.1.28), python-rosdistro (>= 0.6.8), python-rospkg, python-yaml
Depends3: python3-catkin-pkg (>= 0.1.28), python3-rosdistro (>= 0.6.8), python3-rospkg, python3-yaml
Conflicts: python3-rosinstall-generator
Conflicts3: python-rosinstall-generator
Suite: oneiric precise quantal raring saucy trusty utopic vivid wily xenial yakkety zesty artful bionic wheezy jessie stretch buster
Expand Down

0 comments on commit 107a960

Please sign in to comment.