diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-21 15:57:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 13:00:55 -0800 |
| commit | 46ca7c82d7cd479fda180933df4a2c15f032dcec (patch) | |
| tree | 4231d637714c3518b72403cd3d1400e706daffcb /meta-python/recipes-devtools/python | |
| parent | cc0e096f0d0d4cd044a85a0240d7c77af7befda2 (diff) | |
| download | meta-openembedded-46ca7c82d7cd479fda180933df4a2c15f032dcec.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 0000000000..6060c03723 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." | ||
| 2 | HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1" | ||
| 8 | |||
| 9 | BBCLASSEXTEND = "native nativesdk" | ||
