diff options
author | Ross Burton <ross.burton@arm.com> | 2023-01-13 17:07:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-13 09:47:27 -0800 |
commit | ca7082caa800124b4e0a7b36175f60387d1e3f8c (patch) | |
tree | 92aa379afced3d59740cbaf96140b1b55c0a6671 /meta-python | |
parent | 169de35ca89f986474b7b6944b8f6c7645f09a86 (diff) | |
download | meta-openembedded-ca7082caa800124b4e0a7b36175f60387d1e3f8c.tar.gz |
python3-pytest-forked: update for move from picobuild to build
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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..2e6a32a248 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 | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422 | |||
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | PEP517_PICOBUILD_OPTS = "--loose-depends" | 10 | PEP517_BUILD_OPTS = "--skip-dependency-check" |
11 | 11 | ||
12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
13 | 13 | ||