mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
394 B
BlitzBasic
15 lines
394 B
BlitzBasic
SUMMARY = "Telnet server and client library based on asyncio"
|
|
HOMEPAGE = "https://github.com/jquast/telnetlib3"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fc2166986ad8169d334a342e0d8db8e0"
|
|
|
|
SRC_URI[sha256sum] = "dbcbc16456a0e03a62431be7cfefff00515ab2f4ce2afbaf0d3a0e51a98c948d"
|
|
|
|
PYPI_PACKAGE = "telnetlib3"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-asyncio \
|
|
"
|