Skip to content

Commit 707fd77

Browse files
Merge pull request #527 from vossen-adobe/temp-fix-jeepney-ubuntu36
use jeepney 0.4 for py 3
2 parents 1158f69 + 2b9ab39 commit 707fd77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@
5858
'click-default-group',
5959
],
6060
extras_require={
61+
':python_version>="3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62+
'jeepney==0.4'
63+
],
6164
':sys_platform=="linux" or sys_platform=="linux2"': [
6265
'secretstorage',
63-
'dbus-python'
66+
'dbus-python',
6467
],
6568
':sys_platform=="win32"': [
6669
'pywin32-ctypes'

0 commit comments

Comments
 (0)