summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-28 06:32:51 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-28 06:43:52 +0200
commit4f628aaf52710d0d131ae12857db08776c02870e (patch)
tree44ded6e0b32cf9cae96f435122312988fa45f810 /dev-python/tabulate
parentdev-libs/c-blosc2: Bump to 2.10.4 (diff)
downloadgentoo-4f628aaf52710d0d131ae12857db08776c02870e.tar.gz
gentoo-4f628aaf52710d0d131ae12857db08776c02870e.tar.bz2
gentoo-4f628aaf52710d0d131ae12857db08776c02870e.zip
dev-python/tabulate: Add dev-python/setuptools-scm BDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r--dev-python/tabulate/tabulate-0.9.0-r1.ebuild (renamed from dev-python/tabulate/tabulate-0.9.0.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tabulate/tabulate-0.9.0.ebuild b/dev-python/tabulate/tabulate-0.9.0-r1.ebuild
index 359bb02d4714..037e115a3cb4 100644
--- a/dev-python/tabulate/tabulate-0.9.0.ebuild
+++ b/dev-python/tabulate/tabulate-0.9.0-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
dev-python/wcwidth[${PYTHON_USEDEP}]
"
BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
$(python_gen_impl_dep 'sqlite')
dev-python/colorclass[${PYTHON_USEDEP}]