summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 01:11:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 01:11:35 -0500
commitf14e6a8651a2709144fea1f91206e0aaac8cf116 (patch)
treeeecab5af656036b6614390923ff263856730d8ae
parentdev-python/python-senlinclient: 2.1.1 bump (diff)
downloadgentoo-f14e6a8651a2709144fea1f91206e0aaac8cf116.tar.gz
gentoo-f14e6a8651a2709144fea1f91206e0aaac8cf116.tar.bz2
gentoo-f14e6a8651a2709144fea1f91206e0aaac8cf116.zip
dev-python/warlock: add py38
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/warlock/warlock-1.3.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/warlock/warlock-1.3.3.ebuild b/dev-python/warlock/warlock-1.3.3.ebuild
index 78a90ae596d7..ddc0185f826a 100644
--- a/dev-python/warlock/warlock-1.3.3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1