diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2024-08-13 10:53:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-15 14:51:55 +0100 |
| commit | 36005ea0b956307493f8b786bf2dc93a75f39a66 (patch) | |
| tree | bf1257805d2e8251dfef0f1871a7c141a3954726 /meta/classes-recipe | |
| parent | c42b5d5e1824f69c24f51f0e652729a60943171e (diff) | |
| download | poky-36005ea0b956307493f8b786bf2dc93a75f39a66.tar.gz | |
python_flit_core: remove python3 dependency
as this is correctly set by setuptools3-base already
(From OE-Core rev: 6c4705d1cc5812ef6d1b17f46899007f1709af17)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
| -rw-r--r-- | meta/classes-recipe/python_flit_core.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/python_flit_core.bbclass b/meta/classes-recipe/python_flit_core.bbclass index a0b1feb70a..c5480654f3 100644 --- a/meta/classes-recipe/python_flit_core.bbclass +++ b/meta/classes-recipe/python_flit_core.bbclass | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | inherit python_pep517 python3native python3-dir setuptools3-base | 7 | inherit python_pep517 python3native python3-dir setuptools3-base |
| 8 | 8 | ||
| 9 | DEPENDS += "python3 python3-flit-core-native" | 9 | DEPENDS += "python3-flit-core-native" |
| 10 | 10 | ||
| 11 | python_flit_core_do_manual_build () { | 11 | python_flit_core_do_manual_build () { |
| 12 | cd ${PEP517_SOURCE_PATH} | 12 | cd ${PEP517_SOURCE_PATH} |
