diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-07-17 19:31:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-17 19:16:22 -0700 |
commit | 1b3be50ad232a0b80b59f8da7ab6735c4f05d7f1 (patch) | |
tree | 1524304458a4363c98a6eba63f045b086e19623a /meta-python | |
parent | ecbcc3bfc010c0b743b74eb47f1ca4be236f8214 (diff) | |
download | meta-openembedded-1b3be50ad232a0b80b59f8da7ab6735c4f05d7f1.tar.gz |
python3-oslash: added the oslash Python package
This is needed as rdepends of the python3-jsonrpcserver package in version 5.0.7.
Is should not be needed anymore in the 6.x version.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb new file mode 100644 index 0000000000..d9d977b705 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Functors, Applicatives, And Monads in Python" | ||
2 | HOMEPAGE = "https://github.com/dbrattli/oslash" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=ed79d2637878dfe97de89e357b5c02dd" | ||
5 | |||
6 | DEPENDS += "\ | ||
7 | ${PYTHON_PN}-pip-native \ | ||
8 | ${PYTHON_PN}-pytest-runner-native\ | ||
9 | " | ||
10 | |||
11 | SRC_URI[sha256sum] = "868aeb58a656f2ed3b73d9dd6abe387b20b74fc9413d3e8653b615b15bf728f3" | ||
12 | |||
13 | PYPI_PACKAGE = "OSlash" | ||
14 | |||
15 | inherit pypi setuptools3 | ||
16 | |||
17 | RDEPENDS:${PN} += "\ | ||
18 | python3-core \ | ||
19 | " | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||