blob: fde864601c6cd048a3db9df4e2446ea689844f38 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SUMMARY = "Python framework to process interdependent tasks in a pool of workers"
2HOMEPAGE = "http://github.com/gitpython-developers/async"
3SECTION = "devel/python"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04004LICENSE = "BSD-3-Clause"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06005LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007inherit pypi
8
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b"
10SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051"
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += "${PYTHON_PN}-threading"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060013
Brad Bishop19323692019-04-05 15:28:33 -040014BBCLASSEXTEND = "native nativesdk"