mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
License hash changed due to copyright year update. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
606 B
Makefile
15 lines
606 B
Makefile
################################################################################
|
|
#
|
|
# python-secretstorage
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SECRETSTORAGE_VERSION = 3.5.0
|
|
PYTHON_SECRETSTORAGE_SOURCE = secretstorage-$(PYTHON_SECRETSTORAGE_VERSION).tar.gz
|
|
PYTHON_SECRETSTORAGE_SITE = https://files.pythonhosted.org/packages/1c/03/e834bcd866f2f8a49a85eaff47340affa3bfa391ee9912a952a1faa68c7b
|
|
PYTHON_SECRETSTORAGE_SETUP_TYPE = setuptools
|
|
PYTHON_SECRETSTORAGE_LICENSE = BSD-3-Clause
|
|
PYTHON_SECRETSTORAGE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|