From a2f94f5887109368b85cbfedd92b3cadc31cb3dd Mon Sep 17 00:00:00 2001 From: Ramon Wijnands Date: Thu, 25 Feb 2021 15:08:14 +0100 Subject: [PATCH] fix: Remove trollius dependency because catkin>0.4.4 is released --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8ed20b9..81229e6 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ def get_ini_variable(name): 'rosdistro >= 0.7.3', 'rosinstall_generator', 'six>=1.7', # https://github.com/testing-cabal/mock/issues/257 - 'trollius', # remove when catkin>0.4.4 is released 'vcstools', 'xdg==1.0.7', ],