diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-03-01 12:33:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
commit | b9943b26ad0b79c9c65e2923ee6f1a39f582fc37 (patch) | |
tree | c7665e5ceb50fbbc6a4db59cb3b267216689215a /meta-python | |
parent | 325166ecb269b9a9183634268d4ef32ebbeffc23 (diff) | |
download | meta-openembedded-b9943b26ad0b79c9c65e2923ee6f1a39f582fc37.tar.gz |
python3-pkgconfig: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb index 2d68a78e37..c5a74796a0 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | |||
@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "pkgconfig \ | |||
10 | ${PYTHON_PN}-shell \ | 10 | ${PYTHON_PN}-shell \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi poetry_core |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||