diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-03-01 12:33:48 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
| commit | 325166ecb269b9a9183634268d4ef32ebbeffc23 (patch) | |
| tree | 6a0cfdeba859cdbd0855a05e2d7529c9876bb46d /meta-python | |
| parent | 006c40967739a0b9dc0a02fb017e16ae6d087ba6 (diff) | |
| download | meta-openembedded-325166ecb269b9a9183634268d4ef32ebbeffc23.tar.gz | |
python3-dnspython: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb index ee670af824..cf76a142b5 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6" | 6 | SRC_URI[sha256sum] = "e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 ptest | 8 | inherit pypi poetry_core ptest |
| 9 | 9 | ||
| 10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
