All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH v2] python3-ntplib: add missing python3-io RDEPENDS
@ 2020-05-07  6:22 Yu, Mingli
  2020-05-08 16:37 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2020-05-07  6:22 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Add the missing python3-io RDEPENDS to fix
below error:
 # python3
Python 3.8.2 (default, Apr 27 2020, 08:51:00)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
 >>> import ntplib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in <module>
import socket
ModuleNotFoundError: No module named 'socket'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
index 93df83a..ce2618b 100644
--- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
@@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools3 python3native pypi
 
-RDEPENDS_${PN} += "${PYTHON_PN}-datetime"
+RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io"
-- 
2.7.4


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

* Re: [oe] [meta-python][PATCH v2] python3-ntplib: add missing python3-io RDEPENDS
  2020-05-07  6:22 [meta-python][PATCH v2] python3-ntplib: add missing python3-io RDEPENDS Yu, Mingli
@ 2020-05-08 16:37 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-05-08 16:37 UTC (permalink / raw)
  To: openembeded-devel

I merged V1, so if v2 has differences please send a rebased patch on master.

On Wed, May 6, 2020 at 11:22 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add the missing python3-io RDEPENDS to fix
> below error:
>  # python3
> Python 3.8.2 (default, Apr 27 2020, 08:51:00)
> [GCC 9.3.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import ntplib
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in <module>
> import socket
> ModuleNotFoundError: No module named 'socket'
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
> index 93df83a..ce2618b 100644
> --- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
> @@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
>
>  inherit setuptools3 python3native pypi
>
> -RDEPENDS_${PN} += "${PYTHON_PN}-datetime"
> +RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io"
> --
> 2.7.4
>
> 

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

end of thread, other threads:[~2020-05-08 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07  6:22 [meta-python][PATCH v2] python3-ntplib: add missing python3-io RDEPENDS Yu, Mingli
2020-05-08 16:37 ` [oe] " Khem Raj

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.