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