diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2020-09-08 07:51:06 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2020-09-08 07:51:52 +0200 |
commit | 7b4f7668f55012a2e4fe71e7fc6efc36dc840c5e (patch) | |
tree | 0976bb7266b28973db582880db23849b7f3eb3e9 /sci-visualization | |
parent | sci-libs/cartopy: Add python 3.8 support (diff) | |
download | gentoo-7b4f7668f55012a2e4fe71e7fc6efc36dc840c5e.tar.gz gentoo-7b4f7668f55012a2e4fe71e7fc6efc36dc840c5e.tar.bz2 gentoo-7b4f7668f55012a2e4fe71e7fc6efc36dc840c5e.zip |
sci-visualization/pythonprop: Add python 3.8 support
Package-Manager: Portage-3.0.5, Repoman-3.0.1
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 b0d9d7870471..372c14f28f46 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,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools python-single-r1 |