mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
18
meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
Normal file
18
meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner"
|
||||
HOMEPAGE = "https://www.nmmapper.com/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS += "python3-wheel-native"
|
||||
|
||||
PYPI_PACKAGE = "python3-nmap"
|
||||
|
||||
SRC_URI[sha256sum] = "8465cfb013f5cdfa8a1050c40cdae600b581ee32f1864ec404927aee49b4262c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "nmap \
|
||||
python3-requests \
|
||||
python3-simplejson \
|
||||
"
|
||||
Reference in New Issue
Block a user