summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-22 18:01:25 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-22 18:02:41 +0200
commitab05851e29c64c6c99b0f3b39ce1bc8b64e8f766 (patch)
treeac5c70ea594cb5b954f7da826c84938587dca362
parentsys-kernel/gentoo-kernel-bin: Bump to 5.6.6 (diff)
downloadgentoo-ab05851e29c64c6c99b0f3b39ce1bc8b64e8f766.tar.gz
gentoo-ab05851e29c64c6c99b0f3b39ce1bc8b64e8f766.tar.bz2
gentoo-ab05851e29c64c6c99b0f3b39ce1bc8b64e8f766.zip
dev-python/babelfish: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/babelfish/babelfish-0.5.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index b7ed30df2c23..878569ad886f 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1