diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:01:18 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:06:34 -0600 |
commit | f9e5d2726460f5370f37f2ac64d4e8291472d404 (patch) | |
tree | 89f8ccb8d5f5587ed80e3ccb93b97fe843dd7d40 /dev-python/python-senlinclient | |
parent | dev-python/python-zunclient: cleanup (diff) | |
download | gentoo-f9e5d2726460f5370f37f2ac64d4e8291472d404.tar.gz gentoo-f9e5d2726460f5370f37f2ac64d4e8291472d404.tar.bz2 gentoo-f9e5d2726460f5370f37f2ac64d4e8291472d404.zip |
dev-python/python-senlinclient: mark py37 as supported
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-senlinclient')
-rw-r--r-- | dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild index 413cbf9fa217..f1b2e3660f8c 100644 --- a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild +++ b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |