[Buildroot] [PATCH 1/2] python-tornado: fix runtime dependencies

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 1 13:30:16 UTC 2016


Hello,

On Wed, 29 Jun 2016 10:01:24 +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists at googlemail.com>
> 
> According to setup.py tornado requires backports.ssl_match_hostname
> for Python < 3.2 and certifi for Python < 3.4.
> 
> Actually both requirements are optional and tornado alone can work
> without them, but Python packages like python-circus check requirements
> at runtime and though they don't use this funtionality, they insist on
> having these packages installed.
> 
> An upstream patch fixes backports.ssl_match_hostname dependency and
> selecting python-certifi for Python 2 fixes certifi dependency till
> this is fixed upstream.
> 
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
> ---
>  ...re-backports.ssl_match_hostname-on-Python.patch | 37 ++++++++++++++++++++++
>  package/python-tornado/Config.in                   |  5 +--
>  2 files changed, 40 insertions(+), 2 deletions(-)
>  create mode 100644 package/python-tornado/0001-Don-t-require-backports.ssl_match_hostname-on-Python.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list