diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 10:56:02 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 11:00:20 -0500 |
commit | a9385f440e9810b96cf0c3b35c7d61581eca0035 (patch) | |
tree | c7771ea14654e0723dea642ce1d7b9f439a9fa8f /dev-python/python-augeas | |
parent | app-crypt/certbot: add py37 support to 9999 (diff) | |
download | gentoo-a9385f440e9810b96cf0c3b35c7d61581eca0035.tar.gz gentoo-a9385f440e9810b96cf0c3b35c7d61581eca0035.tar.bz2 gentoo-a9385f440e9810b96cf0c3b35c7d61581eca0035.zip |
dev-python/python-augeas: add py37 support
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index f738b0b9121b..92a0d062d2c4 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 |