Skip to content

Commit

Permalink
Blacklist image_tools_py on xenial.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed May 23, 2019
1 parent f64996e commit 3864fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros2_batch_job/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def main(sysargv=None):
]
if sys.platform.lower().startswith('linux') and platform.linux_distribution()[2] == 'xenial':
blacklisted_package_names += [
'image_tools_py',
'qt_dotgraph',
]
return run(args, build_function, blacklisted_package_names=blacklisted_package_names)
Expand Down

0 comments on commit 3864fb5

Please sign in to comment.