diff options
Diffstat (limited to 'meta/classes-recipe/python_flit_core.bbclass')
-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} |