diff options
Diffstat (limited to 'python/python-pygame_1.6.oe')
-rw-r--r-- | python/python-pygame_1.6.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index fe5ae6f0d0..dc672590ca 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python libSDL Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core python-numeric libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg" +RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" |