diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-19 16:07:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-20 11:39:45 +0000 |
| commit | 0b33104a973c9dee0a33254197e487e7fc6156b7 (patch) | |
| tree | 7d3e938fcd8f6263a37a131df6ccde551db84471 /meta/recipes-devtools/python/python3-git_3.1.41.bb | |
| parent | 4cfd0f7e4e2db19344677999572e5b71ae97dfc4 (diff) | |
| download | poky-0b33104a973c9dee0a33254197e487e7fc6156b7.tar.gz | |
python: Drop ${PYTHON_PN}
python 2 is gone and we don't need the abstraction now, drop the remaining usage
of this variable.
The definition in python3-dir.bbclass is left for now for other layers.
(From OE-Core rev: b566b1e32c7993d1ab7795562f648e52ce186a70)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-git_3.1.41.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.41.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.41.bb b/meta/recipes-devtools/python/python3-git_3.1.41.bb index de199ef18b..dd0440fe59 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.41.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.41.bb | |||
| @@ -14,18 +14,18 @@ inherit pypi python_setuptools_build_meta | |||
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048" | 15 | SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048" |
| 16 | 16 | ||
| 17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " python3-gitdb" |
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
| 20 | ${PYTHON_PN}-datetime \ | 20 | python3-datetime \ |
| 21 | ${PYTHON_PN}-gitdb \ | 21 | python3-gitdb \ |
| 22 | ${PYTHON_PN}-io \ | 22 | python3-io \ |
| 23 | ${PYTHON_PN}-logging \ | 23 | python3-logging \ |
| 24 | ${PYTHON_PN}-math \ | 24 | python3-math \ |
| 25 | ${PYTHON_PN}-netclient \ | 25 | python3-netclient \ |
| 26 | ${PYTHON_PN}-stringold \ | 26 | python3-stringold \ |
| 27 | ${PYTHON_PN}-unittest \ | 27 | python3-unittest \ |
| 28 | ${PYTHON_PN}-unixadmin \ | 28 | python3-unixadmin \ |
| 29 | git \ | 29 | git \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
