video_stream_opencv icon indicating copy to clipboard operation
video_stream_opencv copied to clipboard

Fix test for distros after ubuntu 18.04

Open awesomebytes opened this issue 5 years ago • 0 comments

Fixes the buildfarm error:

12:18:34 Traceback (most recent call last):
12:18:34   File "/tmp/ws/src/video_stream_opencv/test/mjpg_server.py", line 12, in <module>
12:18:34     from BaseHTTPServer import BaseHTTPRequestHandler
12:18:34 ModuleNotFoundError: No module named 'BaseHTTPServer'

awesomebytes avatar Dec 08 '20 04:12 awesomebytes