Skip to content

Commit

Permalink
meta-python: add python3-telnetlib3 package
Browse files Browse the repository at this point in the history
telnetlib3 is a Telnet client and server library for python.

Signed-off-by: Chase Qi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
chase-qi authored and kraj committed Jul 27, 2023
1 parent 65f1009 commit fc0e3cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meta-python/recipes-devtools/python/python3-telnetlib3_2.0.4.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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[md5sum] = "2dfac7e10ed63c408da50ea712415f87"
SRC_URI[sha256sum] = "dbcbc16456a0e03a62431be7cfefff00515ab2f4ce2afbaf0d3a0e51a98c948d"

PYPI_PACKAGE = "telnetlib3"

inherit pypi setuptools3

RDEPENDS:${PN} = "\
${PYTHON_PN}-asyncio \
"

0 comments on commit fc0e3cb

Please sign in to comment.