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_0.8.0.bb | 27 ---------------------- .../python/python3-automaton_2.2.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-automaton_2.2.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb deleted file mode 100644 index 86be7ca..0000000 --- a/meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -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 setuptools3 pypi - -DEPENDS += " \ - python3-pip \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python3-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python3-pbr \ - python3-six \ - python3-debtcollector \ - python3-prettytable \ - " - 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