mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
Changelog: - Link the C++ runtime statically into the Windows wheels again, as the Appveyor builds did through 3.3.0. Since 3.3.1 _greenlet.pyd imported MSVCP140.dll, which no Windows CPython distribution ships, so importing greenlet failed on machines without the Visual C++ redistributable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
12 lines
468 B
BlitzBasic
12 lines
468 B
BlitzBasic
SUMMARY = "Python lightweight in-process concurrent programming"
|
|
HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/"
|
|
LICENSE = "MIT AND PSF-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
|
|
file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
|
|
|
|
SRC_URI[sha256sum] = "adb4bae02e91a8e863e48b177e4014bdcac8a6b5e047ea1df687a61534b85e6c"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|