add pyudev

This commit is contained in:
chrys87 2017-07-12 13:01:05 +02:00 committed by GitHub
parent d103eef1b9
commit 11c97cf955

View File

@ -79,6 +79,12 @@ try:
except:
print('python3-evdev: FAIL')
available = available and False
try:
import pyudev
print('python3-pyudev: OK')
except:
print('python3-pyudev: FAIL')
available = available and False
if available:
currentInstallation.append('evdevDriver')
# SOUND