[Buildroot] [PATCH/next 1/3] python-pbr: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Dec 25 20:45:12 UTC 2019


On Mon, 25 Nov 2019 11:38:48 -0800
aduskett at gmail.com wrote:

> From: Adam Duskett <aduskett at greenlots.com>
> 
> PBR is a library that injects some useful and sensible default
> behaviors into a setuptools run.
> 
> Signed-off-by: Adam Duskett <aduskett at greenlots.com>

Applied, with one minor change.

> +PYTHON_PBR_VERSION = 5.4.3
> +PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
> +PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/99/f1/7807d3409c79905a907f1c616d910c921b2a8e73c17b2969930318f44777
> +PYTHON_PBR_SETUP_TYPE = setuptools
> +PYTHON_PBR_LICENSE = BSD-3-Clause, Apache-2.0

Apache-2.0 is really the main license, BSD-3-Clause is only for the
test stuff, if I understood correctly. So I changed to:

PYTHON_PBR_LICENSE = Apache-2.0 (module), BSD-3-Clause (test package)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list