summary refs log tree commit diff
path: root/pkgs/applications/office/autokey/remove-requires-dbus-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/autokey/remove-requires-dbus-python.patch')
-rw-r--r--pkgs/applications/office/autokey/remove-requires-dbus-python.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/office/autokey/remove-requires-dbus-python.patch b/pkgs/applications/office/autokey/remove-requires-dbus-python.patch
new file mode 100644
index 00000000000..73372e43529
--- /dev/null
+++ b/pkgs/applications/office/autokey/remove-requires-dbus-python.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -71,7 +71,7 @@
+         'console_scripts': ['autokey-gtk=autokey.gtkui.__main__:main']
+     },
+     scripts=['autokey-qt', 'autokey-run', 'autokey-shell'],
+-    install_requires=['dbus-python', 'pyinotify', 'python3-xlib'],
++    install_requires=['pyinotify', 'python-xlib'],
+     classifiers=[
+         'Development Status :: 4 - Beta',
+         'Intended Audience :: Developers',