mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python3-pyrsistent: upgrade 0.18.0 -> 0.18.1
License-Update: copyright years (From OE-Core rev: 26372197c6b2cbed0b93e2cc7228d6c2ac8b102e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d5f5c2254
commit
c24135c996
14
meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
Normal file
14
meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Persistent/Immutable/Functional data structures for Python"
|
||||
HOMEPAGE = "https://github.com/tobgu/pyrsistent"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e"
|
||||
|
||||
SRC_URI[sha256sum] = "d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user