[Buildroot] [PATCH v3 1/2] package/python-markupsafe: bump to version 2.0.1

Arnout Vandecappelle arnout at mind.be
Wed Nov 17 21:36:55 UTC 2021



On 26/10/2021 23:47, James Hilliard wrote:
> Drop python2 support.
> 
> Remove python3-markupsafe host build as python2 host builds for
> markupsafe are not supported, python3 host builds are moved to
> python-markupsafe.
> 
> Remove python3-jinja2 host build as python2 host builds for
> jinja2 are not supported, python3 host builds are moved to
> python-jinja2.
> 
> Remove python3-mako host build as python2 host builds for
> mako are not supported, python3 host builds are moved to
> python-mako.
> 
> Propagate reverse python3 dependency.
> 
> Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>

  Both applied to next, thanks. Let's see if things break down now :-)

[snip]
> diff --git a/package/python-jinja2/Config.in b/package/python-jinja2/Config.in
> index 5b99df75b8..36a68083e6 100644
> --- a/package/python-jinja2/Config.in
> +++ b/package/python-jinja2/Config.in
> @@ -1,8 +1,7 @@
>   config BR2_PACKAGE_PYTHON_JINJA2
>   	bool "python-jinja2"
> +	depends on BR2_PACKAGE_PYTHON3
>   	select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
> -	select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
> -	select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3

  I don't think there was a reason to remove the unicodedata dependency, right? 
So I re-added that.

  Regards,
  Arnout

>   	help
>   	  Jinja2 is a template engine written in pure Python. It
>   	  provides a Django inspired non-XML syntax but supports
[snip]


More information about the buildroot mailing list