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

The RDEPENDS for class-target also apply to class-native.

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

diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
index acf52dd7d..a52c96487 100644
--- a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
+++ b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
@@ -8,8 +8,7 @@ SRC_URI[sha256sum] = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09
 
 inherit pypi
 
-RDEPENDS_${PN}_class-target = "\
-    ${PYTHON_PN}-core \
+RDEPENDS_${PN} = "\
     ${PYTHON_PN}-html5lib \
     ${PYTHON_PN}-lxml \
 "
-- 
2.24.1



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

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

Soupsieve is a CSS selector library used by python(3)-beautifulsoup4
since 4.7.0.

Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
---
 .../recipes-devtools/python/python-soupsieve.inc     | 12 ++++++++++++
 .../python/python3-soupsieve_1.9.4.bb                |  2 ++
 2 files changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-soupsieve.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb

diff --git a/meta-python/recipes-devtools/python/python-soupsieve.inc b/meta-python/recipes-devtools/python/python-soupsieve.inc
new file mode 100644
index 000000000..058aa8525
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-soupsieve.inc
@@ -0,0 +1,12 @@
+SUMMARY = "CSS selector library for python-beautifulsoup4"
+HOMEPAGE = "https://github.com/facelessuser/soupsieve"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7f538584cc3407bf76042def7168548a"
+
+SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
+SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
+
+inherit pypi
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
new file mode 100644
index 000000000..1b9663691
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-soupsieve.inc
-- 
2.24.1



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

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

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

On Fri, Dec 27, 2019 at 9:13 AM Peter Kolbus <peter.kolbus@garmin.com> wrote:
>
> Soupsieve is a CSS selector library used by python(3)-beautifulsoup4
> since 4.7.0.
>
> Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
> ---
>  .../recipes-devtools/python/python-soupsieve.inc     | 12 ++++++++++++
>  .../python/python3-soupsieve_1.9.4.bb                |  2 ++
>  2 files changed, 14 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-soupsieve.inc
>  create mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-soupsieve.inc b/meta-python/recipes-devtools/python/python-soupsieve.inc
> new file mode 100644
> index 000000000..058aa8525
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-soupsieve.inc
> @@ -0,0 +1,12 @@
> +SUMMARY = "CSS selector library for python-beautifulsoup4"
> +HOMEPAGE = "https://github.com/facelessuser/soupsieve"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7f538584cc3407bf76042def7168548a"
> +
> +SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
> +SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
> +
> +inherit pypi
> +
> +BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
> new file mode 100644
> index 000000000..1b9663691
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-soupsieve.inc
> --
> 2.24.1
>
> --
> _______________________________________________
> 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:12 [meta-python][PATCH 1/4] python(3)-beautifulsoup4: fix RDEPENDS Peter Kolbus
2019-12-27 17:12 ` [meta-python][PATCH 2/4] python3-soupsieve: add recipe Peter Kolbus
2019-12-28 18:19   ` 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.