Skip to content

Commit 3594d25

Browse files
committed
Add linux dependency
1 parent 41c3315 commit 3594d25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
install_requires=[
1919
"bleak",
2020
"pywin32;platform_system=='Windows'",
21-
"pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'" # noqa: E501
21+
"dbus_next;platform_system=='Linux'",
22+
"pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'", # noqa: E501
2223
],
2324
classifiers=[
2425
"Programming Language :: Python :: 3",
2526
"License :: OSI Approved :: MIT License",
2627
"Operating System :: OS Independent",
2728
],
28-
python_requires='>=3.7',
29+
python_requires=">=3.7",
2930
)

0 commit comments

Comments
 (0)