summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-04-18 13:22:49 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-18 13:55:13 -0400
commit34d228d6ae8c7fe76a1a924f20780c2c1c82115a (patch)
tree8a4b8d185a66f0e9fd0671a36b1428c5563ea61e
parentdev-python/parsedatetime: Python 3.8 compatibility (diff)
downloadgentoo-34d228d6ae8c7fe76a1a924f20780c2c1c82115a.tar.gz
gentoo-34d228d6ae8c7fe76a1a924f20780c2c1c82115a.tar.bz2
gentoo-34d228d6ae8c7fe76a1a924f20780c2c1c82115a.zip
dev-python/configobj: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--dev-python/configobj/configobj-5.0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild
index 06548d4f7877..ef9974e7a717 100644
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ b/dev-python/configobj/configobj-5.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1