diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-07-13 17:28:19 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-14 23:22:10 +0100 |
| commit | 0144cb5ae006e70036c7daee3b133ca2276c23db (patch) | |
| tree | 164985d0e357320d8c0c797348e1beb225b3a0c8 /meta/classes/python_setuptools_build_meta.bbclass | |
| parent | c4b75fe913553bfa0c923e2cfea107d788c31b2b (diff) | |
| download | poky-0144cb5ae006e70036c7daee3b133ca2276c23db.tar.gz | |
classes: remove obsolete PEP517_BUILD_API
This variable is no longer used, so remove it from the python_* classes.
(From OE-Core rev: 49b6c5a656eecbc51489823e37bc07918173e8d2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_setuptools_build_meta.bbclass')
| -rw-r--r-- | meta/classes/python_setuptools_build_meta.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/python_setuptools_build_meta.bbclass b/meta/classes/python_setuptools_build_meta.bbclass index b2bba35a0b..974054fe5a 100644 --- a/meta/classes/python_setuptools_build_meta.bbclass +++ b/meta/classes/python_setuptools_build_meta.bbclass | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | inherit setuptools3-base python_pep517 | 1 | inherit setuptools3-base python_pep517 |
| 2 | 2 | ||
| 3 | DEPENDS += "python3-setuptools-native python3-wheel-native" | 3 | DEPENDS += "python3-setuptools-native python3-wheel-native" |
| 4 | |||
| 5 | PEP517_BUILD_API = "setuptools.build_meta" | ||
