From 9175f5b7a6d0ecfe82f908abb1cda233fcab4296 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 3 Nov 2020 15:44:00 +0800 Subject: python3-automaton: upgrade 0.8.0 -> 2.2.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-automaton_2.2.0.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb') 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 @@ +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] = "00a1c07d012dfa228ce003d7527e4a7d" +SRC_URI[sha256sum] = "88144e0ec07c40edcb70a547ea74ca5718994e7a0694b6c4cb6679e57eb26095" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pip \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-six \ + python3-debtcollector \ + python3-prettytable \ + " + -- cgit v1.2.3-54-g00ecf