diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-07-16 06:50:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-16 06:52:09 -0700 |
commit | cb7d3afba838f159a5df4ef5091dba8e770159a8 (patch) | |
tree | b1b59d936f235a3c6581aefabefd774a1610f523 /meta-python/recipes-devtools | |
parent | cb3d45c4124dba489ce98fb81d3b33bcc91a0329 (diff) | |
download | meta-openembedded-cb7d3afba838f159a5df4ef5091dba8e770159a8.tar.gz |
python3-qface: Inherit setuptools3 instead of python_setuptools_build_meta
This also adds missing dependency on python3-picobuild-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-qface_2.0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qface_2.0.8.bb b/meta-python/recipes-devtools/python/python3-qface_2.0.8.bb index 47a34d44b..8ad61ab12 100644 --- a/meta-python/recipes-devtools/python/python3-qface_2.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-qface_2.0.8.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5" | |||
4 | 4 | ||
5 | SRC_URI[sha256sum] = "eccee7dbc4290c5a4e394df8d527f39148e0de0ff22c6b260f48c48f12b3beb4" | 5 | SRC_URI[sha256sum] = "eccee7dbc4290c5a4e394df8d527f39148e0de0ff22c6b260f48c48f12b3beb4" |
6 | 6 | ||
7 | inherit pypi python_setuptools_build_meta | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | DEPS = "\ | 9 | DEPS = "\ |
10 | python3-jinja2 \ | 10 | python3-jinja2 \ |