diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-03 15:44:00 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:34:54 -0500 |
| commit | 9175f5b7a6d0ecfe82f908abb1cda233fcab4296 (patch) | |
| tree | 261c5779855ff719401ebcc14e0f21b72d8ac5d5 /meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb | |
| parent | 776c9f247cf416ebafb69e76dcb89635584db65d (diff) | |
| download | meta-cloud-services-9175f5b7a6d0ecfe82f908abb1cda233fcab4296.tar.gz | |
python3-automaton: upgrade 0.8.0 -> 2.2.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb new file mode 100644 index 0000000..7278dcc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Friendly state machines for python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/automaton" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "00a1c07d012dfa228ce003d7527e4a7d" | ||
| 8 | SRC_URI[sha256sum] = "88144e0ec07c40edcb70a547ea74ca5718994e7a0694b6c4cb6679e57eb26095" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-pip \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python3-pbr \ | ||
| 23 | python3-six \ | ||
| 24 | python3-debtcollector \ | ||
| 25 | python3-prettytable \ | ||
| 26 | " | ||
| 27 | |||
