summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb
deleted file mode 100644
index dec661143f..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Persistent/Immutable/Functional data structures for Python"
2HOMEPAGE = "https://github.com/tobgu/pyrsistent"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c"
5
6SRC_URI[md5sum] = "4ba30da6f0a63554e70ac6c4c1904929"
7SRC_URI[sha256sum] = "28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += " \
12 ${PYTHON_PN}-numbers \
13 ${PYTHON_PN}-six \
14"
15
16BBCLASSEXTEND = "native nativesdk"