Merge pull request #165416 from SuperSandro2000/autokey

This commit is contained in:
Ben Siraphob 2022-03-24 23:14:23 -05:00 committed by GitHub
commit fcd48783a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
--- 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',