add pyudev
This commit is contained in:
parent
d103eef1b9
commit
11c97cf955
@ -79,6 +79,12 @@ try:
|
|||||||
except:
|
except:
|
||||||
print('python3-evdev: FAIL')
|
print('python3-evdev: FAIL')
|
||||||
available = available and False
|
available = available and False
|
||||||
|
try:
|
||||||
|
import pyudev
|
||||||
|
print('python3-pyudev: OK')
|
||||||
|
except:
|
||||||
|
print('python3-pyudev: FAIL')
|
||||||
|
available = available and False
|
||||||
if available:
|
if available:
|
||||||
currentInstallation.append('evdevDriver')
|
currentInstallation.append('evdevDriver')
|
||||||
# SOUND
|
# SOUND
|
||||||
|
Loading…
Reference in New Issue
Block a user