mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-nmap: upgrade 1.5.1 -> 1.5.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@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.5.4.bb
Normal file
18
meta-python/recipes-devtools/python/python3-nmap_1.5.4.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 = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-wheel-native"
|
||||
|
||||
PYPI_PACKAGE = "python3-nmap"
|
||||
|
||||
SRC_URI[sha256sum] = "cd5b0180d4d8cfe96c33e5e7956fa011379af108e2e8291b84e933b6385856e9"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "nmap \
|
||||
${PYTHON_PN}-requests \
|
||||
${PYTHON_PN}-simplejson \
|
||||
"
|
||||
Reference in New Issue
Block a user