blob: 841b84ddf60d939496e026defdbe83cd18e6195a [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "A Python 3 client for the beanstalkd work queue"
2HOMEPAGE = "https://github.com/mayhewj/greenstalk"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f"
5
Andrew Geisslerac970dd2021-02-12 15:32:45 -06006SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257"
Andrew Geisslerd688a012020-09-18 13:36:00 -05007
Patrick Williams213cb262021-08-07 19:21:33 -05008RDEPENDS:${PN} += "python3-io python3-core"
Andrew Geisslerd688a012020-09-18 13:36:00 -05009
10inherit pypi
11inherit setuptools3