meta-openembedded/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.3.bb
zhengruoqin 434f5eda22 python3-kiwisolver: upgrade 1.4.2 -> 1.4.3
Changelog:
=========
   add support for Python 3.11 PR #142
   do not install tests PR #143
   fix packaging for latest setuptools PR #140

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00

20 lines
491 B
BlitzBasic

SUMMARY = "A fast implementation of the Cassowary constraint solver"
HOMEPAGE = "https://github.com/nucleic/kiwi"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"
SRC_URI[sha256sum] = "ab8a15c2750ae8d53e31f77a94f846d0a00772240f1c12817411fa2344351f86"
inherit pypi python_setuptools_build_meta
DEPENDS += "\
python3-cppy-native \
"
RDEPENDS:${PN} += "\
python3-core \
python3-setuptools \
"
BBCLASSEXTEND = "native nativesdk"