From 6874f5bac94c9cefbf09f3ded4cf4bce66c70e25 Mon Sep 17 00:00:00 2001 From: Peter Bouda Date: Thu, 28 May 2015 08:22:04 +0100 Subject: [PATCH] python-pygame: remove python dependency With the dependency on BR2_PACKAGE_PYTHON it was only possible to build the package with python2. However, python-pygame works with python3 so enable it to be built with it. Signed-off-by: Peter Bouda Signed-off-by: Thomas Petazzoni --- package/python-pygame/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/python-pygame/Config.in b/package/python-pygame/Config.in index f72ee319f0..932b0f1229 100644 --- a/package/python-pygame/Config.in +++ b/package/python-pygame/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_PYGAME bool "python-pygame" - depends on BR2_PACKAGE_PYTHON select BR2_PACKAGE_SDL help Pygame is a cross-platfrom library designed to make it easy to write -- 2.30.2