diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-15 03:50:55 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-15 03:50:55 +0200 |
commit | 32ed6637e8bd618af3591d7977dff76d06bfbd33 (patch) | |
tree | eb6ddd448cbc68202db880504fc685eaaed88be8 /plugins/new_version.py | |
parent | 0b31302be7e89db595db75965df1fc1bf77837f4 (diff) | |
download | portato-32ed6637e8bd618af3591d7977dff76d06bfbd33.tar.gz portato-32ed6637e8bd618af3591d7977dff76d06bfbd33.tar.bz2 portato-32ed6637e8bd618af3591d7977dff76d06bfbd33.zip |
Add notify-python dependency for the version checker
Diffstat (limited to '')
-rw-r--r-- | plugins/new_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/new_version.py b/plugins/new_version.py index 59c7328..fa1fa0d 100644 --- a/plugins/new_version.py +++ b/plugins/new_version.py @@ -24,7 +24,7 @@ class NewVersionFinder(WidgetPlugin): Checks for a new version of portato every 30 minutes and on startup. """ __author__ = "René 'Necoro' Neumann" - __dependency__ = ["dev-vcs/git"] + __dependency__ = ["dev-vcs/git", "dev-python/notify-python"] def init (self): self.add_call("main", self.run) |