summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
index 2037d496a6..e6f093360f 100644
--- a/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb
+++ b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
@@ -8,9 +8,12 @@ DEPENDS += "${PYTHON_PN}-wheel-native"
8 8
9PYPI_PACKAGE = "python3-nmap" 9PYPI_PACKAGE = "python3-nmap"
10 10
11SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d" 11SRC_URI[md5sum] = "3a43dd0f56ade8c76c7c6f994604212d"
12SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759" 12SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780576f9a"
13 13
14inherit pypi setuptools3 14inherit pypi setuptools3
15 15
16RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests" 16RDEPENDS_${PN} += "nmap \
17 ${PYTHON_PN}-requests \
18 ${PYTHON_PN}-simplejson \
19"