Skip to content

Commit 2b9ab39

Browse files
committed
awkward but functional
1 parent bbe3fff commit 2b9ab39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@
5656
'umapi-client>=2.12',
5757
'click',
5858
'click-default-group',
59-
'jeepney==0.4;python_version>="3"'
6059
],
6160
extras_require={
61+
':python_version>="3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62+
'jeepney==0.4'
63+
],
6264
':sys_platform=="linux" or sys_platform=="linux2"': [
6365
'secretstorage',
64-
'dbus-python'
66+
'dbus-python',
6567
],
6668
':sys_platform=="win32"': [
6769
'pywin32-ctypes'

0 commit comments

Comments
 (0)