summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-23 08:39:25 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-23 11:28:59 +0200
commit7b0d003d4c2484dff83fd6f14fa11b181341f9b4 (patch)
tree85b90d20ca54c3f16d795bd49bef75b1804cd960 /dev-python/tabulate/tabulate-0.8.9.ebuild
parentdev-python/colorclass: bump to python 3.10 (diff)
downloadgentoo-7b0d003d4c2484dff83fd6f14fa11b181341f9b4.tar.gz
gentoo-7b0d003d4c2484dff83fd6f14fa11b181341f9b4.tar.bz2
gentoo-7b0d003d4c2484dff83fd6f14fa11b181341f9b4.zip
dev-python/tabulate: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate/tabulate-0.8.9.ebuild')
-rw-r--r--dev-python/tabulate/tabulate-0.8.9.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.9.ebuild b/dev-python/tabulate/tabulate-0.8.9.ebuild
index a8028f272d89..7d9e13d8ec05 100644
--- a/dev-python/tabulate/tabulate-0.8.9.ebuild
+++ b/dev-python/tabulate/tabulate-0.8.9.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Pretty-print tabular data"