diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:25:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:25:05 +0100 |
commit | beb7a40f168eb080f7892ddc269167e928e87cad (patch) | |
tree | 991ffae2cfde1c0ede3af0b738fe5c96205c9f63 /dev-db/pgadmin4 | |
parent | app-text/htmlmin: python3_7 (diff) | |
download | gentoo-beb7a40f168eb080f7892ddc269167e928e87cad.tar.gz gentoo-beb7a40f168eb080f7892ddc269167e928e87cad.tar.bz2 gentoo-beb7a40f168eb080f7892ddc269167e928e87cad.zip |
dev-db/pgadmin4: python3_7
Bug: https://bugs.gentoo.org/697958
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/pgadmin4')
-rw-r--r-- | dev-db/pgadmin4/pgadmin4-4.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin4/pgadmin4-4.13.ebuild b/dev-db/pgadmin4/pgadmin4-4.13.ebuild index 65a47f578b9f..6672ccce0217 100644 --- a/dev-db/pgadmin4/pgadmin4-4.13.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils |