summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:55 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:54 -0700
commit78b112d5701d832aae4e9c232ecd3c56aff94287 (patch)
tree684d5bbe67180dfda31ec23a1abe93469445189f /meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb
parent9b722556b4399823c4162bb9208f14722f0a76a9 (diff)
downloadmeta-openembedded-78b112d5701d832aae4e9c232ecd3c56aff94287.tar.gz
python3-telnetlib3: upgrade 2.6.0 -> 4.0.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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"