mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
License hash changed due to move to license file autogeneration:9a81db3c77d2b8d7750fAdd new python-coherent-licensed build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
715 B
Makefile
20 lines
715 B
Makefile
################################################################################
|
|
#
|
|
# python-keyring
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_KEYRING_VERSION = 25.7.0
|
|
PYTHON_KEYRING_SOURCE = keyring-$(PYTHON_KEYRING_VERSION).tar.gz
|
|
PYTHON_KEYRING_SITE = https://files.pythonhosted.org/packages/43/4b/674af6ef2f97d56f0ab5153bf0bfa28ccb6c3ed4d1babf4305449668807b
|
|
PYTHON_KEYRING_SETUP_TYPE = setuptools
|
|
PYTHON_KEYRING_LICENSE = MIT
|
|
PYTHON_KEYRING_LICENSE_FILES = LICENSE
|
|
PYTHON_KEYRING_CPE_ID_VENDOR = python
|
|
PYTHON_KEYRING_CPE_ID_PRODUCT = keyring
|
|
PYTHON_KEYRING_DEPENDENCIES = \
|
|
host-python-coherent-licensed \
|
|
host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|