python-pyyaml: drop and use the recipe from meta-python
* 3.11 version is in meta-python since morty http://git.openembedded.org/meta-openembedded/commit/?id=4100a96a5a98987910f17b317488bb2a86d50514 * the meta-ros version was missing dependency on libyaml and python-cython-native which was in meta-oe version for very long time since denzil http://git.openembedded.org/meta-openembedded/commit/?id=89500c583e0f1dc1b4ffdf72914e08e505e427e0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
1b08af3ea7
commit
c1d9ef998b
|
@ -1,18 +0,0 @@
|
|||
DESCRIPTION = "YAML parser and emitter for Python"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
|
||||
|
||||
SRCNAME = "PyYAML"
|
||||
|
||||
SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db"
|
||||
SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
RDEPENDS_${PN} = "python-datetime"
|
||||
|
||||
inherit distutils
|
||||
|
||||
BBCLASSEXTEND = "native"
|
Loading…
Reference in New Issue