mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
c42b5d5e18
commit
36005ea0b9
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
inherit python_pep517 python3native python3-dir setuptools3-base
|
inherit python_pep517 python3native python3-dir setuptools3-base
|
||||||
|
|
||||||
DEPENDS += "python3 python3-flit-core-native"
|
DEPENDS += "python3-flit-core-native"
|
||||||
|
|
||||||
python_flit_core_do_manual_build () {
|
python_flit_core_do_manual_build () {
|
||||||
cd ${PEP517_SOURCE_PATH}
|
cd ${PEP517_SOURCE_PATH}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user