diff options
Diffstat (limited to 'meta/classes-recipe/python_setuptools_build_meta.bbclass')
| -rw-r--r-- | meta/classes-recipe/python_setuptools_build_meta.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes-recipe/python_setuptools_build_meta.bbclass b/meta/classes-recipe/python_setuptools_build_meta.bbclass index 4c84d1e8d0..046b4ffb74 100644 --- a/meta/classes-recipe/python_setuptools_build_meta.bbclass +++ b/meta/classes-recipe/python_setuptools_build_meta.bbclass | |||
| @@ -7,3 +7,7 @@ | |||
| 7 | inherit setuptools3-base python_pep517 | 7 | inherit setuptools3-base python_pep517 |
| 8 | 8 | ||
| 9 | DEPENDS += "python3-setuptools-native python3-wheel-native" | 9 | DEPENDS += "python3-setuptools-native python3-wheel-native" |
| 10 | |||
| 11 | # This isn't nice, but is the best solutions to ensure clean builds for now. | ||
| 12 | # https://github.com/pypa/setuptools/issues/4732 | ||
| 13 | do_configure[cleandirs] = "${PEP517_SOURCE_PATH}/build" | ||
