mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Merge pull request #27 from google/patch-for-osx
Remove wiringpi from OSX dependency
This commit is contained in:
@@ -68,6 +68,6 @@ setup(
|
||||
'enum34;python_version<"3.4"',
|
||||
'pyserial',
|
||||
'evdev;platform_system=="Linux"',
|
||||
'wiringpi'
|
||||
'wiringpi;platform_system=="Linux"'
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user