summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb8
-rw-r--r--meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb21
2 files changed, 21 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
deleted file mode 100644
index 222e6e7bb4..0000000000
--- a/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1SUMMARY = "Pretty-print tabular data"
2HOMEPAGE = "https://github.com/astanin/python-tabulate"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7"
5
6SRC_URI[sha256sum] = "6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"
7
8inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb
new file mode 100644
index 0000000000..a25a1c66d5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Pretty-print tabular data"
2HOMEPAGE = "https://github.com/astanin/python-tabulate"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7"
5
6SRC_URI[sha256sum] = "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"
7
8inherit pypi python_setuptools_build_meta
9
10DEPENDS += " \
11 ${PYTHON_PN}-setuptools-scm-native \
12 ${PYTHON_PN}-toml-native \
13"
14
15RDEPENDS:${PN} += " \
16 ${PYTHON_PN}-html \
17 ${PYTHON_PN}-core \
18 ${PYTHON_PN}-io \
19 ${PYTHON_PN}-math \
20 ${PYTHON_PN}-profile \
21"