summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:04:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:47 +0000
commita34f1117c19bcd3aefb039c64302b332cdabdbd5 (patch)
tree019c75c50b26989907665173b8129a4a02841b9b /meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb
parent1e3f280267875ad9d3aeacfc96178d776eeae2a4 (diff)
downloadpoky-a34f1117c19bcd3aefb039c64302b332cdabdbd5.tar.gz
python3-pyrsistent: upgrade 0.19.2 -> 0.19.3
(From OE-Core rev: 01eaee5fd98674a75e907bffa15c1a29e46bf8bd) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb b/meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb
deleted file mode 100644
index 0b309de8b1..0000000000
--- a/meta/recipes-devtools/python/python3-pyrsistent_0.19.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Persistent/Immutable/Functional data structures for Python"
2HOMEPAGE = "https://github.com/tobgu/pyrsistent"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e"
5
6SRC_URI[sha256sum] = "bfa0351be89c9fcbcb8c9879b826f4353be10f58f8a677efab0c017bf7137ec2"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-numbers \
12"
13
14BBCLASSEXTEND = "native nativesdk"