blob: 33eb62d5d99193ee9e0c23fe7188075fbb9a2f76 [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
Patrick Williams2a254922023-08-11 09:48:11 -05006SRC_URI[sha256sum] = "3ebde5fc9ecf986f96f6779fd6d15a53f33d432c52a2e28012e100a99ee154a4"
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
Patrick Williams2a254922023-08-11 09:48:11 -050010inherit pypi python_setuptools_build_meta