diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 13:23:18 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-31 08:27:48 -0800 |
| commit | e2da07a13e3c417fbe80990b21e90b94b050ee4d (patch) | |
| tree | 10df41053d8609101f4882da064fb3d07236bda8 /meta-python/recipes-devtools/python | |
| parent | 70b13461fe248326fa6492657671210d4ddb43d2 (diff) | |
| download | meta-openembedded-e2da07a13e3c417fbe80990b21e90b94b050ee4d.tar.gz | |
python3-oslash: remove
Not compatible with python 3.12; dead upstream (no activity since 2020).
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index b926484db0..0000000000 --- a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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-json \ | ||
| 19 | python3-typing-extensions \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
