summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb
new file mode 100644
index 0000000000..eb28bbf81f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Telnet server and client library based on asyncio"
2HOMEPAGE = "https://github.com/jquast/telnetlib3"
3LICENSE = "ISC"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99"
5
6SRC_URI[sha256sum] = "6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a"
7
8PYPI_PACKAGE = "telnetlib3"
9
10inherit pypi python_setuptools_build_meta python_hatchling
11
12RDEPENDS:${PN} = "\
13 python3-asyncio \
14 python3-wcwidth \
15"