summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2021-03-28 15:44:19 -0400
committerBrian Dolbec <dolsen@gentoo.org>2021-03-28 18:16:01 -0400
commit2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae (patch)
tree2c5f937d4f81664f61306044ac501789eea27eb5 /dev-python
parentdev-python/sphinxcontrib-blockdiag: Add py3.9 to python_compat (diff)
downloadgentoo-2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae.tar.gz
gentoo-2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae.tar.bz2
gentoo-2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae.zip
dev-python/pypugjs: Add py3.9 to python_compat
Required for buildbot-3.0.2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pypugjs/pypugjs-5.9.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypugjs/pypugjs-5.9.9.ebuild b/dev-python/pypugjs/pypugjs-5.9.9.ebuild
index 5301bcefc4e1..7d4959b3c7bf 100644
--- a/dev-python/pypugjs/pypugjs-5.9.9.ebuild
+++ b/dev-python/pypugjs/pypugjs-5.9.9.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1