Skip to content

Commit

Permalink
reenable rqt_gui_cpp on Xenial (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Jan 25, 2019
1 parent 6431f17 commit 7bacfc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ros2_batch_job/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ def main(sysargv=None):
if sys.platform.lower().startswith('linux') and platform.linux_distribution()[2] == 'xenial':
blacklisted_package_names += [
'qt_dotgraph',
'qt_gui_cpp',
'rqt_gui_cpp',
]
return run(args, build_function, blacklisted_package_names=blacklisted_package_names)

Expand Down

0 comments on commit 7bacfc5

Please sign in to comment.