We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe3fff commit 2b9ab39Copy full SHA for 2b9ab39
setup.py
@@ -56,12 +56,14 @@
56
'umapi-client>=2.12',
57
'click',
58
'click-default-group',
59
- 'jeepney==0.4;python_version>="3"'
60
],
61
extras_require={
+ ':python_version>="3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62
+ 'jeepney==0.4'
63
+ ],
64
':sys_platform=="linux" or sys_platform=="linux2"': [
65
'secretstorage',
- 'dbus-python'
66
+ 'dbus-python',
67
68
':sys_platform=="win32"': [
69
'pywin32-ctypes'
0 commit comments