mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 1.4.8: - Using of -Pn -sZ options for basic stealth scan - Refactoring nmap3.py to avoid repetitive code - Support for nmap stealth scans - Fix handling of xml.etree.ElementTree.Element with no sub elements - Support for gettings nmap raw outout Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
545 B
BlitzBasic
17 lines
545 B
BlitzBasic
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[md5sum] = "e7904b39b64a8a44f275388862659a0d"
|
|
SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"
|