diff options
author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-25 11:41:41 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-26 21:16:02 -0700 |
commit | 1beedf1eb71d80f66ff33addee918e79b275c907 (patch) | |
tree | feb943da22c057c9cf11a83e78c67844c5407819 /meta-python/recipes-devtools/python | |
parent | 1fba08c2f7a8e37314edc381c958a30452130061 (diff) | |
download | meta-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/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb | 13 |
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 @@ | |||
1 | SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL" | ||
2 | HOMEPAGE = "https://github.com/bastikr/boolean.py" | ||
3 | |||
4 | LICENSE = "BSD-2-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd" | ||
6 | |||
7 | SRC_URI[sha256sum] = "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4" | ||
8 | |||
9 | PYPI_PACKAGE = "boolean.py" | ||
10 | |||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||