From a6ccc1a2467760263824721a4abecea521452a59 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Tue, 11 Jan 2022 16:42:25 -0800 Subject: [PATCH] add conditional lib if linux --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9d1c3c..a442f1d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,8 @@ setup( include_package_data=True, install_requires=["pyserial>=3.4", "protobuf>=3.13.0", "pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect>=4.6.0", "pyqrcode>=1.2.1", - "tabulate>=0.8.9", "timeago>=1.0.15", "pyyaml"], + "tabulate>=0.8.9", "timeago>=1.0.15", "pyyaml", + "pygatt>=4.0.5 ; platform_system=='Linux'"], extras_require={ 'tunnel': ["pytap2>=2.0.0"] },