summaryrefslogtreecommitdiff
path: root/packages/python/python-pygame_1.7.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 07:11:54 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 07:11:54 +0000
commit58e761df513968a09b4e54a797a8a4d2a3588fe4 (patch)
tree1a394b051b2bef866a7c8f7a6b06fcae78712859 /packages/python/python-pygame_1.7.1.bb
parent02a67889ab8c035e99b2e2acc9fde487bffc023d (diff)
python-pygame: remove 1.6
Diffstat (limited to 'packages/python/python-pygame_1.7.1.bb')
-rw-r--r--packages/python/python-pygame_1.7.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb
index a664c0ea0a..37b73148e6 100644
--- a/packages/python/python-pygame_1.7.1.bb
+++ b/packages/python/python-pygame_1.7.1.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Python libSDL Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
-RDEPENDS = "python-core python-numeric libsdl-x11"
-DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
+RDEPENDS = "python-numeric"
+DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
SRCNAME = "pygame"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \
file://Setup"
@@ -15,5 +15,5 @@ inherit distutils
do_configure_prepend() {
SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
- cat ${WORKDIR}/Setup >>Setup
+ cat ${WORKDIR}/Setup >>Setup
}