python-pygame: remove python dependency
authorPeter Bouda <pbouda@cidles.eu>
Thu, 28 May 2015 07:22:04 +0000 (08:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Jul 2015 14:35:17 +0000 (16:35 +0200)
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 <pbouda@cidles.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-pygame/Config.in

index f72ee319f092aadd49deb71248b0eb8d8b98b401..932b0f12297d59b5d39d3b0a36029865302fe422 100644 (file)
@@ -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