summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2020-04-23 19:31:34 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2020-04-23 19:32:28 +0200
commit735c085b897e4ab9f132618eeb3153ba2276acc4 (patch)
tree8c1305b86a410781197698276d6159e0ad3b7032 /sci-visualization
parentsci-visualization/pythonprop: Add missing DEPS (diff)
downloadgentoo-735c085b897e4ab9f132618eeb3153ba2276acc4.tar.gz
gentoo-735c085b897e4ab9f132618eeb3153ba2276acc4.tar.bz2
gentoo-735c085b897e4ab9f132618eeb3153ba2276acc4.zip
sci-visualization/pythonprop: Add support for Python3.7
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/pythonprop/pythonprop-0.29.ebuild2
1 files changed, 1 insertions, 1 deletions
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