Files
meta-openembedded/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb
T
Khem Raj 8f3df8b447 recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions
  using convert-spdx-licenses.py

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-20 22:35:47 -07:00

12 lines
407 B
BlitzBasic

DESCRIPTION = "Backports and enhancements for the contextlib module"
HOMEPAGE = "https://contextlib2.readthedocs.org/"
SECTION = "devel/python"
LICENSE = "Apache-2.0 AND PSF-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4"
SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"