blob: dac6cd48b9c27cf2478e6738704baadef2f2a584 [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"
Andrew Geissler5199d832021-09-24 16:47:35 -05003LICENSE = "BSD-3-Clause"
Andrew Geisslerd221e032020-07-10 16:13:21 -05004LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4"
5
William A. Kennington III49e95662021-09-15 16:19:36 -07006SRC_URI[sha256sum] = "fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c"
Andrew Geisslerd221e032020-07-10 16:13:21 -05007
8inherit pypi setuptools3
9
10DEPENDS += "\
11 python3-cppy-native \
12"
13
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += "\
Andrew Geisslerd221e032020-07-10 16:13:21 -050015 python3-core \
16 python3-setuptools \
17"
18
19BBCLASSEXTEND = "native nativesdk"