mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
70b13461fe
commit
e2da07a13e
@@ -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"
|
||||
Reference in New Issue
Block a user