mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
https://github.com/hughsie/python-uswid/blob/0.6.0/docs/source/versionhistory.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
642 B
Makefile
19 lines
642 B
Makefile
################################################################################
|
|
#
|
|
# python-uswid
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_USWID_VERSION = 0.6.0
|
|
PYTHON_USWID_SOURCE = uswid-$(PYTHON_USWID_VERSION).tar.gz
|
|
PYTHON_USWID_SITE = https://files.pythonhosted.org/packages/5b/4b/4eb0e287c6587f55212e87eaf24d262d21d47a56d034dfae11649eff613f
|
|
PYTHON_USWID_SETUP_TYPE = setuptools
|
|
PYTHON_USWID_LICENSE = BSD-2-Clause-Patent
|
|
PYTHON_USWID_LICENSE_FILES = LICENSE
|
|
HOST_PYTHON_USWID_DEPENDENCIES = \
|
|
host-python-cbor2 \
|
|
host-python-lxml \
|
|
host-python-pefile
|
|
|
|
$(eval $(host-python-package))
|