diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb new file mode 100644 index 0000000000..0a6de2d6b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" | ||
| 2 | HOMEPAGE = "https://www.nmmapper.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | DEPENDS += "${PYTHON_PN}-wheel-native" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python3-nmap" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c956255" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "nmap \ | ||
| 16 | ${PYTHON_PN}-requests \ | ||
| 17 | ${PYTHON_PN}-simplejson \ | ||
| 18 | " | ||
