diff options
Diffstat (limited to 'bin/qmk')
| -rwxr-xr-x | bin/qmk | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -33,6 +33,8 @@ def _check_modules(requirements): | |||
| 33 | # Not every module is importable by its own name. | 33 | # Not every module is importable by its own name. |
| 34 | if module['name'] == "pep8-naming": | 34 | if module['name'] == "pep8-naming": |
| 35 | module['import'] = "pep8ext_naming" | 35 | module['import'] = "pep8ext_naming" |
| 36 | elif module['name'] == 'pyusb': | ||
| 37 | module['import'] = 'usb.core' | ||
| 36 | 38 | ||
| 37 | if not find_spec(module['import']): | 39 | if not find_spec(module['import']): |
| 38 | print('Could not find module %s!' % module['name']) | 40 | print('Could not find module %s!' % module['name']) |
