aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb
blob: 33eb62d5d99193ee9e0c23fe7188075fbb9a2f76 (plain)
1
2
3
4
5
6
7
8
9
10
SUMMARY = "A Python 3 client for the beanstalkd work queue"
HOMEPAGE = "https://github.com/mayhewj/greenstalk"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f"

SRC_URI[sha256sum] = "3ebde5fc9ecf986f96f6779fd6d15a53f33d432c52a2e28012e100a99ee154a4"

RDEPENDS:${PN} += "python3-io python3-core"

inherit pypi python_setuptools_build_meta