summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-02 14:28:04 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-05 13:04:16 -0700
commit03431fe0a422e6ab1ba9f92a63313c96ca2eb2ca (patch)
tree28b5eaf25dd4157e50d245a4f434dd55782527b1 /meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb
parentc563a70087918b51b8e94d69894ec7897d55432a (diff)
downloadmeta-openembedded-03431fe0a422e6ab1ba9f92a63313c96ca2eb2ca.tar.gz
python3-nmap: Upgrade 1.4.7 -> 1.4.8
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb
deleted file mode 100644
index 5ebd75711c..0000000000
--- a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner"
2HOMEPAGE = "https://www.nmmapper.com/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7DEPENDS += "${PYTHON_PN}-wheel-native"
8
9PYPI_PACKAGE = "python3-nmap"
10
11SRC_URI[md5sum] = "4dce15e7889b1e9bfa8e1e2e0904795c"
12SRC_URI[sha256sum] = "127b7ad604a3fd34578a6ad848a603ccf1608c607577eb3bba097a1e2fc8f48a"
13
14inherit pypi setuptools3
15
16RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"