aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
blob: 43a7ecfcdc24b7b5bc5cee48d8195a7269b0d6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"

SRC_URI[md5sum] = "230a7bd8bb9a4bc9ba5a3faf0de12c90"
SRC_URI[sha256sum] = "ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910"

inherit setuptools pypi

DEPENDS += " \
        python-pip \
        "

# Satisfy setup.py 'setup_requires'
DEPENDS += " \
        python-pbr-native \
        "

RDEPENDS_${PN} += " \
        python-pbr \
        python-six \
        python-debtcollector \
        python-prettytable \
        "