diff options
Diffstat (limited to 'python/python-irclib_0.4.3.oe')
-rw-r--r-- | python/python-irclib_0.4.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index e0c4a325a1..99bf9258a3 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "IRC (Internet Relay Chat) Support Library" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "pyirclib" |