diff options
author | 2021-01-05 20:36:22 +0100 | |
---|---|---|
committer | 2021-01-05 21:02:51 +0100 | |
commit | ba135b535f8e722f661c7adf6f6b7bd0ada05051 (patch) | |
tree | f4f8346323f1fa532c2b5a6d70387525c2d6573a /dev-util/rosdep/files | |
parent | dev-util/catkin: bump to 0.8.9 (diff) | |
download | gentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.tar.gz gentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.tar.bz2 gentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.zip |
dev-util/rosdep: bump to 0.20.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosdep/files')
-rw-r--r-- | dev-util/rosdep/files/tests.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 |