summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorSamantha Jalabert <samantha.jalabert@syslinbit.com>2023-09-25 11:41:41 +0000
committerKhem Raj <raj.khem@gmail.com>2023-09-26 21:16:02 -0700
commit1beedf1eb71d80f66ff33addee918e79b275c907 (patch)
treefeb943da22c057c9cf11a83e78c67844c5407819 /meta-python
parent1fba08c2f7a8e37314edc381c958a30452130061 (diff)
downloadmeta-openembedded-1beedf1eb71d80f66ff33addee918e79b275c907.tar.gz
Remove python3-booleanpy
python3-booleanpy recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb b/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
deleted file mode 100644
index 41fd3d960a..0000000000
--- a/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL"
2HOMEPAGE = "https://github.com/bastikr/boolean.py"
3
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd"
6
7SRC_URI[sha256sum] = "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4"
8
9PYPI_PACKAGE = "boolean.py"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"