All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 3/4] python-soupsieve: add recipe
@ 2019-12-27 17:23 Peter Kolbus
  2019-12-27 17:23 ` [meta-python][PATCH 4/4] python(3)-beautifulsoup4: add soupsieve to RDEPENDS Peter Kolbus
  2019-12-28 18:18 ` [meta-python][PATCH 3/4] python-soupsieve: add recipe Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Kolbus @ 2019-12-27 17:23 UTC (permalink / raw)
  To: openembedded-devel

Backport python3-soupsieve to python2; this enables use in
python-beautifulsoup4.

Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
---
 meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb

diff --git a/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb
new file mode 100644
index 000000000..55a673ecc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb
@@ -0,0 +1,4 @@
+inherit setuptools
+require python-soupsieve.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache"
-- 
2.24.1

Note- I recognize python2 support is ending. Nacking this patch and
accepting the next may cause python-beautifulsoup4 breakage; will leave
it to your discretion how to handle this.


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

* [meta-python][PATCH 4/4] python(3)-beautifulsoup4: add soupsieve to RDEPENDS
  2019-12-27 17:23 [meta-python][PATCH 3/4] python-soupsieve: add recipe Peter Kolbus
@ 2019-12-27 17:23 ` Peter Kolbus
  2019-12-28 18:18 ` [meta-python][PATCH 3/4] python-soupsieve: add recipe Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Kolbus @ 2019-12-27 17:23 UTC (permalink / raw)
  To: openembedded-devel

Since version 4.7.0, beautifulsoup4 uses soupsieve for CSS selectors.
Add to RDEPENDS to address this oversight.

Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
---
 meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
index a52c96487..8c9dbfc68 100644
--- a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
+++ b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
@@ -11,6 +11,7 @@ inherit pypi
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-html5lib \
     ${PYTHON_PN}-lxml \
+    ${PYTHON_PN}-soupsieve \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.24.1



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

* Re: [meta-python][PATCH 3/4] python-soupsieve: add recipe
  2019-12-27 17:23 [meta-python][PATCH 3/4] python-soupsieve: add recipe Peter Kolbus
  2019-12-27 17:23 ` [meta-python][PATCH 4/4] python(3)-beautifulsoup4: add soupsieve to RDEPENDS Peter Kolbus
@ 2019-12-28 18:18 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-12-28 18:18 UTC (permalink / raw)
  To: Peter Kolbus; +Cc: openembeded-devel

http://errors.yoctoproject.org/Errors/Details/300494/

On Fri, Dec 27, 2019 at 9:26 AM Peter Kolbus <peter.kolbus@garmin.com> wrote:
>
> Backport python3-soupsieve to python2; this enables use in
> python-beautifulsoup4.
>
> Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
> ---
>  meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb
> new file mode 100644
> index 000000000..55a673ecc
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb
> @@ -0,0 +1,4 @@
> +inherit setuptools
> +require python-soupsieve.inc
> +
> +RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache"
> --
> 2.24.1
>
> Note- I recognize python2 support is ending. Nacking this patch and
> accepting the next may cause python-beautifulsoup4 breakage; will leave
> it to your discretion how to handle this.
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2019-12-28 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 17:23 [meta-python][PATCH 3/4] python-soupsieve: add recipe Peter Kolbus
2019-12-27 17:23 ` [meta-python][PATCH 4/4] python(3)-beautifulsoup4: add soupsieve to RDEPENDS Peter Kolbus
2019-12-28 18:18 ` [meta-python][PATCH 3/4] python-soupsieve: add recipe 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.