diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:55 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:54 -0700 |
| commit | 78b112d5701d832aae4e9c232ecd3c56aff94287 (patch) | |
| tree | 684d5bbe67180dfda31ec23a1abe93469445189f /meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb | |
| parent | 9b722556b4399823c4162bb9208f14722f0a76a9 (diff) | |
| download | meta-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.bb | 15 |
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 @@ | |||
| 1 | SUMMARY = "Telnet server and client library based on asyncio" | ||
| 2 | HOMEPAGE = "https://github.com/jquast/telnetlib3" | ||
| 3 | LICENSE = "ISC" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "telnetlib3" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta python_hatchling | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-asyncio \ | ||
| 14 | python3-wcwidth \ | ||
| 15 | " | ||
