summary refs log tree commit diff
path: root/pkgs/applications/office/autokey/remove-requires-dbus-python.patch
blob: 73372e435291fb37d635b78a097b5dd8c29e62cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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',