blob: fb66619dbd6c496559e64756f248a11a31a1c867 [file] [log] [blame]
Andrew Geisslerd221e032020-07-10 16:13:21 -05001SUMMARY = "A fast implementation of the Cassowary constraint solver"
2HOMEPAGE = "https://github.com/nucleic/kiwi"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4"
5
Andrew Geissler4b7c1152020-11-30 19:55:29 -06006SRC_URI[md5sum] = "81012578317ddcfa3daed806142f8fed"
7SRC_URI[sha256sum] = "950a199911a8d94683a6b10321f9345d5a3a8433ec58b217ace979e18f16e248"
Andrew Geisslerd221e032020-07-10 16:13:21 -05008
9inherit pypi setuptools3
10
11DEPENDS += "\
12 python3-cppy-native \
13"
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Andrew Geisslerd221e032020-07-10 16:13:21 -050016 python3-core \
17 python3-setuptools \
18"
19
20BBCLASSEXTEND = "native nativesdk"