diff mbox series

[1/2] python3-pytest-forked: update for move from picobuild to build

Message ID 20230113122629.1300116-1-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] python3-pytest-forked: update for move from picobuild to build | expand

Commit Message

Ross Burton Jan. 13, 2023, 12:26 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-pytest-forked_1.4.0.bb       | 1 +
 1 file changed, 1 insertion(+)

Comments

Khem Raj Jan. 13, 2023, 5:01 p.m. UTC | #1
On Fri, Jan 13, 2023 at 4:26 AM Ross Burton <ross.burton@arm.com> wrote:
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  .../recipes-devtools/python/python3-pytest-forked_1.4.0.bb       | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
> index 34dd9c407e..e6ef84d05c 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
> @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422
>  inherit pypi python_setuptools_build_meta
>
>  PEP517_PICOBUILD_OPTS = "--loose-depends"

Do we need this option after picobuild is dropped. ?

> +PEP517_BUILD_OPTS = "--skip-dependency-check"
>
>  DEPENDS += "python3-setuptools-scm-native"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100562): https://lists.openembedded.org/g/openembedded-devel/message/100562
> Mute This Topic: https://lists.openembedded.org/mt/96244596/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ross Burton Jan. 13, 2023, 5:07 p.m. UTC | #2
> On 13 Jan 2023, at 17:01, Khem Raj <raj.khem@gmail.com> wrote:
>> PEP517_PICOBUILD_OPTS = "--loose-depends"
> 
> Do we need this option after picobuild is dropped. ?


No. That would be the merge going wrong and I failed to notice, thanks.  V2 on the list.

Ross
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
index 34dd9c407e..e6ef84d05c 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
@@ -8,6 +8,7 @@  SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422
 inherit pypi python_setuptools_build_meta
 
 PEP517_PICOBUILD_OPTS = "--loose-depends"
+PEP517_BUILD_OPTS = "--skip-dependency-check"
 
 DEPENDS += "python3-setuptools-scm-native"