From e2da07a13e3c417fbe80990b21e90b94b050ee4d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 Dec 2023 13:23:18 +0100 Subject: python3-oslash: remove Not compatible with python 3.12; dead upstream (no activity since 2020). Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- .../python/python3-oslash_0.6.3.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb (limited to 'meta-python') 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 @@ -SUMMARY = "Functors, Applicatives, And Monads in Python" -HOMEPAGE = "https://github.com/dbrattli/oslash" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://README.md;md5=ed79d2637878dfe97de89e357b5c02dd" - -DEPENDS += "\ - ${PYTHON_PN}-pip-native \ - ${PYTHON_PN}-pytest-runner-native\ -" - -SRC_URI[sha256sum] = "868aeb58a656f2ed3b73d9dd6abe387b20b74fc9413d3e8653b615b15bf728f3" - -PYPI_PACKAGE = "OSlash" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-json \ - python3-typing-extensions \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf