aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-11-28 11:46:56 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-29 22:02:15 -0800
commitbf5aeb92c06c33c11b361853d0a0aaa5e0f61d33 (patch)
treeebad37d2204da6bd00e255a9093d70af8ba91e45 /meta-python
parent2a5ced38deed073434f9eba8166e2b1ed89a29b6 (diff)
downloadmeta-openembedded-contrib-bf5aeb92c06c33c11b361853d0a0aaa5e0f61d33.tar.gz
python3-sortedcontainers: drop (moved to oe-core)
Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
deleted file mode 100644
index 6060c03723..0000000000
--- a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions."
-HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae"
-
-inherit pypi setuptools3
-SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"
-
-BBCLASSEXTEND = "native nativesdk"