blob: 2eac0ad270409efd3fe72a19e8b0f3cf7d4e2b80 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Backports and enhancements for the contextlib module"
2HOMEPAGE = "http://contextlib2.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
Brad Bishop2f973922019-11-11 07:58:48 -05006
Andrew Geisslere34f8962021-04-15 15:53:51 -05007SRC_URI[sha256sum] = "01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native nativesdk"