mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
12 lines
415 B
Diff
12 lines
415 B
Diff
--- 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',
|