All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND meta-python PATCH 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc
@ 2018-02-21 19:21 Otavio Salvador
  2018-02-21 19:21 ` [RESEND meta-python PATCH 2/2] python3-requests: " Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2018-02-21 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
index 5aaee682b..926990747 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
@@ -1,6 +1,2 @@
 inherit pypi setuptools3
 require python-jsonschema.inc
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
-- 
2.16.2



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

* [RESEND meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc
  2018-02-21 19:21 [RESEND meta-python PATCH 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc Otavio Salvador
@ 2018-02-21 19:21 ` Otavio Salvador
  2018-02-21 21:48   ` Alejandro Enedino Hernandez Samaniego
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2018-02-21 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
index d91d993bf..0a2410f85 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-requests.inc
-
-# Add the runtime depends for selectors.py
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"
-- 
2.16.2



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

* Re: [RESEND meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc
  2018-02-21 19:21 ` [RESEND meta-python PATCH 2/2] python3-requests: " Otavio Salvador
@ 2018-02-21 21:48   ` Alejandro Enedino Hernandez Samaniego
  2018-02-22  7:51     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Enedino Hernandez Samaniego @ 2018-02-21 21:48 UTC (permalink / raw)
  To: openembedded-devel

Hey Otavio,


Just to clarify that the misc package wasnt removed, it still exists, 
but with the rework

selectors was put on core, so your patch is fine, but what was removed 
was the

dependency on misc, not the package itself, just a technicality.


Cheers,


Alejandro


On 02/21/2018 11:21 AM, Otavio Salvador wrote:
> The misc package has been removed when the python3 was reworked.
>
> Tested using updatehub's uhu utility.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
>   meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
> index d91d993bf..0a2410f85 100644
> --- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
> @@ -1,5 +1,2 @@
>   inherit setuptools3
>   require python-requests.inc
> -
> -# Add the runtime depends for selectors.py
> -RDEPENDS_${PN} += "${PYTHON_PN}-misc"



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

* Re: [RESEND meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc
  2018-02-21 21:48   ` Alejandro Enedino Hernandez Samaniego
@ 2018-02-22  7:51     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2018-02-22  7:51 UTC (permalink / raw)
  To: Alejandro Enedino Hernandez Samaniego; +Cc: OpenEmbedded Devel List

On Wed, Feb 21, 2018 at 6:48 PM, Alejandro Enedino Hernandez Samaniego
<alejandro.enedino.hernandez-samaniego@xilinx.com> wrote:
> Just to clarify that the misc package wasnt removed, it still exists, but
> with the rework
>
> selectors was put on core, so your patch is fine, but what was removed was
> the
>
> dependency on misc, not the package itself, just a technicality.

Sent a v2. Thanks for the review :-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2018-02-22  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-21 19:21 [RESEND meta-python PATCH 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc Otavio Salvador
2018-02-21 19:21 ` [RESEND meta-python PATCH 2/2] python3-requests: " Otavio Salvador
2018-02-21 21:48   ` Alejandro Enedino Hernandez Samaniego
2018-02-22  7:51     ` Otavio Salvador

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.