commit: fe5b5780214b61047aee4e7704920cbe60e6721e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 13:28:24 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 13:30:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5b5780
dev-python/pgspecial: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pgspecial/pgspecial-1.11.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild
b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
index 4cd33f7650e..6318ec7b529 100644
--- a/dev-python/pgspecial/pgspecial-1.11.5.ebuild
+++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Python implementation of postgres meta commands"