diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-19 11:31:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 21:03:15 -0700 |
commit | 71a7e7ff9d8c7ca6b4c1e86e9600978b9733209f (patch) | |
tree | 4e1c5feca5e39646a27610b8a1fc0967b84080ae /meta-python | |
parent | 6aeed3c52c101ad367884c6e19496a6c84bb823a (diff) | |
download | meta-openembedded-71a7e7ff9d8c7ca6b4c1e86e9600978b9733209f.tar.gz |
python3-nmap: upgrade 1.6.0 -> 1.9.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb (renamed from meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb index 2293e3ddf8..25e382088b 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "python3-wheel-native" | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "python3-nmap" | 9 | PYPI_PACKAGE = "python3-nmap" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c956255" | 11 | SRC_URI[sha256sum] = "8465cfb013f5cdfa8a1050c40cdae600b581ee32f1864ec404927aee49b4262c" |
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||