summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-17 12:02:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-17 14:25:34 +0100
commitcca03b78da7ef0a004c785bee8344a170b4ffbb2 (patch)
tree5d6a37ff69bfb8d8b2597588998f6aa5e483ffb7 /dev-python/jinja2_pluralize
parentnet-irc/unrealircd: avoid double prefix installing systemd unit (diff)
downloadgentoo-cca03b78da7ef0a004c785bee8344a170b4ffbb2.tar.gz
gentoo-cca03b78da7ef0a004c785bee8344a170b4ffbb2.tar.bz2
gentoo-cca03b78da7ef0a004c785bee8344a170b4ffbb2.zip
dev-python/jinja2_pluralize: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jinja2_pluralize')
-rw-r--r--dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
index b14133548576..4ceac6ed5880 100644
--- a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
+++ b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -18,7 +18,6 @@ IUSE=""
RDEPEND="dev-python/inflect[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
python_test() {