From 32ed6637e8bd618af3591d7977dff76d06bfbd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 15 Apr 2010 03:50:55 +0200 Subject: Add notify-python dependency for the version checker --- plugins/new_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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) -- cgit v1.2.3