[Buildroot] [PATCH 1/1] Removed Python dependency from python-pygame package. With the dependency, it was only possible to build the package with Python 2. Without the dependency it is now possible to also use Python 3.

Peter Bouda pbouda at cidles.eu
Mon May 25 13:51:49 UTC 2015


Signed-off-by: Peter Bouda <pbouda at cidles.eu>
---
 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 f72ee31..932b0f1 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.1.4



More information about the buildroot mailing list