We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74f830 commit 4946c43Copy full SHA for 4946c43
ci/constants.py
@@ -28,6 +28,8 @@ class TargetPython(Enum):
28
'vlc',
29
# 403 on https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip
30
'matplotlib',
31
+ # requires kernel headers
32
+ 'evdev',
33
])
34
35
BROKEN_RECIPES = {
0 commit comments