diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2020-04-23 19:31:34 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2020-04-23 19:32:28 +0200 |
commit | 735c085b897e4ab9f132618eeb3153ba2276acc4 (patch) | |
tree | 8c1305b86a410781197698276d6159e0ad3b7032 /sci-visualization | |
parent | sci-visualization/pythonprop: Add missing DEPS (diff) | |
download | gentoo-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.ebuild | 2 |
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 |