mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/jquast/telnetlib3/blob/4.0.2/docs/history.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
569 B
Makefile
15 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-telnetlib3
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TELNETLIB3_VERSION = 4.0.2
|
|
PYTHON_TELNETLIB3_SOURCE = telnetlib3-$(PYTHON_TELNETLIB3_VERSION).tar.gz
|
|
PYTHON_TELNETLIB3_SITE = https://files.pythonhosted.org/packages/2c/1f/a5de9f0f86976d299a439619417019a9674fa8662377659734dd6e067235
|
|
PYTHON_TELNETLIB3_SETUP_TYPE = hatch
|
|
PYTHON_TELNETLIB3_LICENSE = ISC
|
|
PYTHON_TELNETLIB3_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|