From 107a9601a5691a952d4d948d4dc7cead5d1b6596 Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Wed, 28 Feb 2018 14:40:04 -0500 Subject: [PATCH] rosdistro dependency to 0.6.8. --- setup.py | 2 +- stdeb.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0de30cd..3f63b08 100755 --- a/setup.py +++ b/setup.py @@ -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: diff --git a/stdeb.cfg b/stdeb.cfg index 7dc4fcf..68c60fd 100755 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -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