Comment out opencv-python that is not installable on arm (#7426)

* Comment out opencv-python that is not installable on arm

* Disable import-error
This commit is contained in:
Andrey 2017-05-03 21:08:21 +03:00 committed by GitHub
parent af5439860f
commit 403a721e91
3 changed files with 5 additions and 4 deletions

View file

@ -15,6 +15,7 @@ COMMENT_REQUIREMENTS = (
'pybluez',
'beacontools',
'bluepy',
'opencv-python',
'python-lirc',
'gattlib',
'pyuserinput',