Skip to content

Commit 66015df

Browse files
Fix dependency nammes
Fix dependency nammes
1 parent 18e1905 commit 66015df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gnote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__triggers__ = "gn "
1717
__authors__ = "manuelschneid3r"
1818
__exec_deps__ = ["gnote"]
19-
__py_deps__ = ["python-dbus"]
19+
__py_deps__ = ["dbus"]
2020

2121
BUS = "org.gnome.%s" % __title__
2222
OBJ = "/org/gnome/%s/RemoteControl" % __title__

tex_to_unicode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__version__ = '0.4.0'
1616
__triggers__ = 'tex '
1717
__authors__ = 'Asger Hautop Drewsen'
18-
__py_deps__ = ['python-pylatexenc']
18+
__py_deps__ = ['pylatexenc']
1919

2020
COMBINING_LONG_SOLIDUS_OVERLAY = '\u0338'
2121

timer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__version__ = "0.4.3"
2222
__triggers__ = "timer "
2323
__authors__ = ["manuelschneid3r", "googol42"]
24-
__py_deps__ = ["dbus-python"]
24+
__py_deps__ = ["dbus"]
2525

2626
iconPath = os.path.dirname(__file__)+"/time.svg"
2727
soundPath = os.path.dirname(__file__)+"/bing.wav"

0 commit comments

Comments
 (0)