mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
License hash changed due to addition of base64 license which
is BSD-2-Clause:
8f922b3d87
Add new python-librt build/runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
30 lines
980 B
Makefile
30 lines
980 B
Makefile
################################################################################
|
|
#
|
|
# python-mypy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MYPY_VERSION = 1.19.1
|
|
PYTHON_MYPY_SOURCE = mypy-$(PYTHON_MYPY_VERSION).tar.gz
|
|
PYTHON_MYPY_SITE = https://files.pythonhosted.org/packages/f5/db/4efed9504bc01309ab9c2da7e352cc223569f05478012b5d9ece38fd44d2
|
|
PYTHON_MYPY_SETUP_TYPE = setuptools
|
|
PYTHON_MYPY_LICENSE = Apache-2.0, BSD-2-Clause, Python-2.0.1
|
|
PYTHON_MYPY_LICENSE_FILES = LICENSE
|
|
PYTHON_MYPY_DEPENDENCIES = \
|
|
host-python-librt \
|
|
host-python-mypy-extensions \
|
|
host-python-pathspec \
|
|
host-python-types-psutil \
|
|
host-python-types-setuptools \
|
|
host-python-typing-extensions
|
|
HOST_PYTHON_MYPY_DEPENDENCIES = \
|
|
host-python-librt \
|
|
host-python-mypy-extensions \
|
|
host-python-pathspec \
|
|
host-python-types-psutil \
|
|
host-python-types-setuptools \
|
|
host-python-typing-extensions
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|