From 2a35cf6adc3c39f89368a7bd8c5eff4c705b2b47 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Fri, 13 Dec 2019 17:11:57 -0800 Subject: [PATCH] Switch to use the module debian packages not command line packages This will allow better coexistance between python2 and python3 versions of toolchains otherwise you can't install python-rosinstall on a system with ROS 2. --- stdeb.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 357ec4b..c09a507 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] -Depends: subversion, mercurial, git-core, bzr, python-yaml, python-vcstools (>= 0.1.38), python-catkin-pkg, python-rosdistro (>=0.3.0), python-wstool (>=0.1.14), python-rospkg -Depends3: subversion, mercurial, git-core, bzr, python3-yaml, python3-vcstools (>= 0.1.38), python3-catkin-pkg, python3-rosdistro (>=0.3.0), python3-wstool (>=0.1.14), python3-rospkg +Depends: subversion, mercurial, git-core, bzr, python-yaml, python-vcstools (>= 0.1.38), python-catkin-pkg-modules, python-rosdistro-modules (>=0.3.0), python-wstool (>=0.1.14), python-rospkg-modules +Depends3: subversion, mercurial, git-core, bzr, python3-yaml, python3-vcstools (>= 0.1.38), python3-catkin-pkg-modules, python3-rosdistro-modules (>=0.3.0), python3-wstool (>=0.1.14), python3-rospkg-modules Conflicts: python3-rosinstall Conflicts3: python-rosinstall Suite: oneiric precise quantal raring saucy trusty utopic vivid wily xenial yakkety zesty artful bionic cosmic disco wheezy jessie stretch buster