From: Mark Asselstine <[email protected]> This package provides a friendly state machines for python.
This package is required by python-taskflow. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-automaton_0.8.0.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb new file mode 100644 index 0000000..185a7a5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Friendly state machines for python" +HOMEPAGE = "https://pypi.python.org/pypi/automaton" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +SRCNAME = "automaton" + +SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "230a7bd8bb9a4bc9ba5a3faf0de12c90" +SRC_URI[sha256sum] = "ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-debtcollector \ + python-prettytable \ + " + -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
