blob: 2037d496a6190e2658129846fbd316893bfe9dc7 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "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
Andrew Geisslerd688a012020-09-18 13:36:00 -050011SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d"
12SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14inherit pypi setuptools3
15
16RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"