diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 01:11:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 01:11:35 -0500 |
commit | f14e6a8651a2709144fea1f91206e0aaac8cf116 (patch) | |
tree | eecab5af656036b6614390923ff263856730d8ae /dev-python/warlock | |
parent | dev-python/python-senlinclient: 2.1.1 bump (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/warlock')
-rw-r--r-- | dev-python/warlock/warlock-1.3.3.ebuild | 2 |
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 |