Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
python3-sortedcontainers: Add recipe
Its needed by python3-numpy pytests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
  • Loading branch information
kraj committed Nov 23, 2020
1 parent cc0e096 commit 46ca7c8
Showing 1 changed file with 9 additions and 0 deletions.
@@ -0,0 +1,9 @@
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"

0 comments on commit 46ca7c8

Please sign in to comment.