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