Skip to content

Commit cdb5701

Browse files
committed
Drop PyBluez requirement for mac OS
PyBluez needs some work for mac OS, drop it for now.
1 parent c8d0a49 commit cdb5701

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ install_requires =
3333
pyusb >= 1.2.1
3434
pybluez >= 0.23; platform_system == 'Linux'
3535
pybluez >= 0.23; platform_system == 'Windows'
36-
pybluez >= 0.23; platform_system == 'Darwin'
3736

3837
[flake8]
3938
max-line-length = 88

0 commit comments

Comments
 (0)