From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- dev-util/rosdep/files/tests.patch | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'dev-util/rosdep/files/tests.patch') diff --git a/dev-util/rosdep/files/tests.patch b/dev-util/rosdep/files/tests.patch index cd6e199b3cd0..fa4fcfdb36a8 100644 --- a/dev-util/rosdep/files/tests.patch +++ b/dev-util/rosdep/files/tests.patch @@ -1,16 +1,3 @@ -Index: rosdep-0.19.0/src/rosdep2/platforms/osx.py -=================================================================== ---- rosdep-0.19.0.orig/src/rosdep2/platforms/osx.py -+++ rosdep-0.19.0/src/rosdep2/platforms/osx.py -@@ -303,7 +303,7 @@ class HomebrewInstaller(PackageManagerIn - - # make sure options is a list of list of strings - try: -- valid = all([isinstance(x, _basestring) for l in options for x in l]) -+ valid = all([isinstance(x, _basestring) for option in options for x in option]) - except Exception as e: - raise InvalidData("Invalid list of options '%s', error: %s" % (options, e)) - else: Index: rosdep-0.19.0/test/test_rosdep_gentoo.py =================================================================== --- rosdep-0.19.0.orig/test/test_rosdep_gentoo.py -- cgit v1.2.3