diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-25 18:08:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
commit | 645452c8df5bbfec896da9cfdf4f6ea70573068f (patch) | |
tree | eaec620d7574f31d46a619ef6753c0b6d62fb305 | |
parent | ff10588f479be5fdd5cf92c324e62f8dae518d66 (diff) | |
download | meta-openembedded-645452c8df5bbfec896da9cfdf4f6ea70573068f.tar.gz |
python3-ptyprocess: inherit flit_core
Upstream provides a pyproject.toml which declares a flit_core.buildapi
build backend for PEP-517 packaging.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb index ff1155eeb1..e19ec7522e 100644 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | |||
@@ -8,7 +8,7 @@ SRCNAME = "ptyprocess" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" | 9 | SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" |
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi flit_core |
12 | 12 | ||
13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" | 13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" |
14 | 14 | ||