summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
new file mode 100644
index 0000000000..e6f093360f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
@@ -0,0 +1,19 @@
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] = "3a43dd0f56ade8c76c7c6f994604212d"
12SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780576f9a"
13
14inherit pypi setuptools3
15
16RDEPENDS_${PN} += "nmap \
17 ${PYTHON_PN}-requests \
18 ${PYTHON_PN}-simplejson \
19"