autokey: delete unused patch

main
Sandro 2 years ago committed by GitHub
parent 85a633de9f
commit f25337c6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      pkgs/applications/office/autokey/remove-requires-dbus-python.patch

@ -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',
Loading…
Cancel
Save