mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-21 09:30:40 -09:00
cpe:2.3:a:asyncssh_project:asyncssh is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/detail/55866328-B495-4FDC-B9EF-C014E6885187 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
670 B
Makefile
17 lines
670 B
Makefile
################################################################################
|
|
#
|
|
# python-asyncssh
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ASYNCSSH_VERSION = 2.14.1
|
|
PYTHON_ASYNCSSH_SOURCE = asyncssh-$(PYTHON_ASYNCSSH_VERSION).tar.gz
|
|
PYTHON_ASYNCSSH_SITE = https://files.pythonhosted.org/packages/5f/86/59278fefc49ddcc10567e52a8e0e1553fc936584e241d516b5682d55ea17
|
|
PYTHON_ASYNCSSH_SETUP_TYPE = setuptools
|
|
PYTHON_ASYNCSSH_LICENSE = EPL-2.0 or GPL-2.0+
|
|
PYTHON_ASYNCSSH_LICENSE_FILES = LICENSE COPYRIGHT
|
|
PYTHON_ASYNCSSH_CPE_ID_VENDOR = asyncssh_project
|
|
PYTHON_ASYNCSSH_CPE_ID_PRODUCT = asyncssh
|
|
|
|
$(eval $(python-package))
|