mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
python3-*: inherit cython
Change recipes that depend on python3-cython-native to inherit cython instead. (From OE-Core rev: 8217b61c3838d4a43b63b78c5121d657f52b4b2b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64b6e85808
commit
8d0c2c9e3c
@@ -4,8 +4,6 @@ HOMEPAGE = "https://pyyaml.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"
|
||||
|
||||
DEPENDS += "python3-cython-native"
|
||||
|
||||
SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
|
||||
|
||||
SRC_URI += "\
|
||||
@@ -16,7 +14,7 @@ SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1
|
||||
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "PyYAML"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest
|
||||
inherit pypi python_setuptools_build_meta ptest cython
|
||||
|
||||
PACKAGECONFIG ?= "libyaml"
|
||||
PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml"
|
||||
|
||||
Reference in New Issue
Block a user