[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.

Ryan Barnett ryan.barnett at rockwellcollins.com
Wed May 27 13:33:22 UTC 2015


Hi Peter,

On Mon, May 25, 2015 at 8:51 AM, Peter Bouda <pbouda at cidles.eu> wrote:

The title (subject) of a commit is usually limited to less than 70
characters. The body of the commit message should also be no longer
than 70 characters as well.

If you don't mind resubmitting this patch with a title and subject as follows:

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 <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

Thanks,
-Ryan

-- 
Ryan Barnett / Sr Software Engineer
Airborne Information Systems / Security Systems and Software
MS 131-100, C Ave NE, Cedar Rapids, IA, 52498, USA
ryan.barnett at rockwellcollins.com
www.rockwellcollins.com


More information about the buildroot mailing list