From 735c085b897e4ab9f132618eeb3153ba2276acc4 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Thu, 23 Apr 2020 19:31:34 +0200 Subject: [PATCH] sci-visualization/pythonprop: Add support for Python3.7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Beierlein --- sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild b/sci-visualization/pythonprop/pythonprop-0.29.ebuild index 412a659e798d..baf0bd4b7954 100644 --- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools python-single-r1 -- 2.26.2