Make x support optional.
This commit is contained in:
@@ -101,12 +101,14 @@ setup(
|
|||||||
"dbus-python>=1.2.8",
|
"dbus-python>=1.2.8",
|
||||||
"pyperclip",
|
"pyperclip",
|
||||||
"pyudev>=0.21.0",
|
"pyudev>=0.21.0",
|
||||||
"python-xlib>=0.33",
|
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"setproctitle",
|
"setproctitle",
|
||||||
"pexpect",
|
"pexpect",
|
||||||
"pyte>=0.7.0",
|
"pyte>=0.7.0",
|
||||||
],
|
],
|
||||||
|
extras_require={
|
||||||
|
"x11": ["python-xlib>=0.33"],
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
if not forceSettingsFlag:
|
if not forceSettingsFlag:
|
||||||
|
|||||||
Reference in New Issue
Block a user