mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Python support for YAML"
|
||||
DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
|
||||
DEPENDS += "libyaml python3-cython-native"
|
||||
HOMEPAGE = "https://pyyaml.org/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
@@ -16,8 +16,8 @@ PACKAGECONFIG ?= "libyaml"
|
||||
PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-netclient \
|
||||
python3-datetime \
|
||||
python3-netclient \
|
||||
"
|
||||
|
||||
inherit ptest
|
||||
@@ -28,8 +28,8 @@ SRC_URI += "\
|
||||
SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1a832359434a"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unittest-automake-output \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user