From 32e463e8d7bba1234b8dfd988672e10fa72a4d3a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 28 Jun 2020 13:02:01 +0800 Subject: python3-automaton: Change python to python3 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-automaton_0.8.0.bb | 27 ---------------------- .../python/python3-automaton_0.8.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb (limited to 'meta-openstack') 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 deleted file mode 100644 index 41ec297..0000000 --- a/meta-openstack/recipes-devtools/python/python-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 += " \ - python-pip \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-six \ - python-debtcollector \ - python-prettytable \ - " - 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 new file mode 100644 index 0000000..86be7ca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-automaton_0.8.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] = "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 \ + " + -- cgit v1.2.3-54-g00ecf