blob: 89bf29fd7a020dc0fe29b8674d85b3a70b46abe1 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Andrew Geisslereff27472021-10-29 15:35:00 -05006PV .= "+git${SRCREV}"
7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370"
8SRC_URI += "git://github.com/behave/behave;branch=master"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
Andrew Geisslereff27472021-10-29 15:35:00 -050010S = "${WORKDIR}/git"
11
12inherit setuptools3
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += " \
Andrew Geissler82c905d2020-04-13 13:39:40 -050015 ${PYTHON_PN}-parse-type \
16 ${PYTHON_PN}-setuptools \
17 ${PYTHON_PN}-six \
18 "