aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pygame_1.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pygame_1.9.1.bb')
-rw-r--r--recipes/python/python-pygame_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygame_1.9.1.bb b/recipes/python/python-pygame_1.9.1.bb
index bbeedda3a9..dba915f2cf 100644
--- a/recipes/python/python-pygame_1.9.1.bb
+++ b/recipes/python/python-pygame_1.9.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.pygame.org"
LICENSE = "LGPL"
DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric"
DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'smpeg', d)}"
-RDEPENDS = "python-numeric"
+RDEPENDS_${PN} = "python-numeric"
SRCNAME = "pygame"
PR = "ml4"