mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 1.5.2: - Added Python 3.9 wheels. - Removed Python 2.7 Windows wheels (not supported on newest image with Python 3.9). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
399 B
BlitzBasic
12 lines
399 B
BlitzBasic
SUMMARY = "A fast and thorough lazy object proxy"
|
|
HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
|
|
LICENSE = "BSD-2-Clause"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|
|
|
SRC_URI[sha256sum] = "5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4"
|
|
|
|
inherit pypi setuptools3
|