1SUMMARY = "A behavior-driven development framework, Python style" 2HOMEPAGE = "https://github.com/behave/behave" 3LICENSE = "BSD-2-Clause" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06" 5 6PV .= "+git${SRCREV}" 7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" 8SRC_URI += "git://github.com/behave/behave;branch=master;protocol=https" 9 10S = "${WORKDIR}/git" 11 12inherit setuptools3 13 14RDEPENDS:${PN} += " \ 15 ${PYTHON_PN}-parse-type \ 16 ${PYTHON_PN}-setuptools \ 17 ${PYTHON_PN}-six \ 18 " 19