diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
commit | 7946504e8e922af61cf70c0098f899bc008fe13e (patch) | |
tree | 9891229d8f8a21d6f62246207e6e560b89134f89 /meta/recipes-devtools/python/python3-attrs_21.4.0.bb | |
parent | 228c3b3562d7d3e31fa497a2a402f9f70f9a4472 (diff) | |
download | poky-7946504e8e922af61cf70c0098f899bc008fe13e.tar.gz |
python3-attrs: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
(From OE-Core rev: 783f7ad8198933fcb9e4b5407874565a71b17bef)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_21.4.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs_21.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb index d1dde29d37..20e4541f81 100644 --- a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" | 6 | SRC_URI[sha256sum] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools_build_meta |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target += " \ | 10 | RDEPENDS:${PN}:class-target += " \ |
11 | ${PYTHON_PN}-crypt \ | 11 | ${PYTHON_PN}-crypt \ |