All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-nmap: upgrade 1.4.8 -> 1.5.0
@ 2021-01-26 17:41 zangrc
  2021-01-28 13:08 ` Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: zangrc @ 2021-01-26 17:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb}     | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb} (61%)

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
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb
rename to meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
index 2037d496a..e6f093360 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"
 
 PYPI_PACKAGE = "python3-nmap"
 
-SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d"
-SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759"
+SRC_URI[md5sum] = "3a43dd0f56ade8c76c7c6f994604212d"
+SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780576f9a"
 
 inherit pypi setuptools3
 
-RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"
+RDEPENDS_${PN} += "nmap \
+	${PYTHON_PN}-requests \
+	${PYTHON_PN}-simplejson \
+"
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python] [PATCH] python3-nmap: upgrade 1.4.8 -> 1.5.0
  2021-01-26 17:41 [oe] [meta-python] [PATCH] python3-nmap: upgrade 1.4.8 -> 1.5.0 zangrc
@ 2021-01-28 13:08 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:08 UTC (permalink / raw)
  To: zangrc, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1478 bytes --]


On 2021-01-26 12:41 p.m., zangrc wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb}     | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb} (61%)
>
> 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
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb
> rename to meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb
> index 2037d496a..e6f093360 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"
>   
>   PYPI_PACKAGE = "python3-nmap"
>   
> -SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d"
> -SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759"
> +SRC_URI[md5sum] = "3a43dd0f56ade8c76c7c6f994604212d"
> +SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780576f9a"
>   
>   inherit pypi setuptools3
>   
> -RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"
> +RDEPENDS_${PN} += "nmap \
> +	${PYTHON_PN}-requests \
> +	${PYTHON_PN}-simplejson \
> +"
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2319 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 17:41 [oe] [meta-python] [PATCH] python3-nmap: upgrade 1.4.8 -> 1.5.0 zangrc
2021-01-28 13:08 ` Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.