Skip to content

Commit 24e604c

Browse files
committed
Merge pull request #178 from c1728p9/fix_pyusb_install
Fix pyusb dependency
2 parents e013593 + b560876 commit 24e604c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
install_requires = ['intelhex']
2222
if sys.platform.startswith('linux'):
2323
install_requires.extend([
24-
'pyusb',
24+
'pyusb>=1.0.0b2',
2525
])
2626
elif sys.platform.startswith('win'):
2727
install_requires.extend([

0 commit comments

Comments
 (0)