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 | 6 |
1 files changed, 3 insertions, 3 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 index 0a6de2d6b6..5fe9ab4e39 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
6 | 6 | ||
7 | DEPENDS += "${PYTHON_PN}-wheel-native" | 7 | DEPENDS += "python3-wheel-native" |
8 | 8 | ||
9 | PYPI_PACKAGE = "python3-nmap" | 9 | PYPI_PACKAGE = "python3-nmap" |
10 | 10 | ||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c | |||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS:${PN} += "nmap \ | 15 | RDEPENDS:${PN} += "nmap \ |
16 | ${PYTHON_PN}-requests \ | 16 | python3-requests \ |
17 | ${PYTHON_PN}-simplejson \ | 17 | python3-simplejson \ |
18 | " | 18 | " |