diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 11:23:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:13:13 +0100 |
commit | a5b6f02c4156fbbe2b1d90a907c9fe3ef00268fc (patch) | |
tree | cb6f1e6b5a55155a27547e803269918f51aaeb69 /sci-mathematics/pymc3 | |
parent | sci-geosciences/seawater: Remove py2 (diff) | |
download | gentoo-a5b6f02c4156fbbe2b1d90a907c9fe3ef00268fc.tar.gz gentoo-a5b6f02c4156fbbe2b1d90a907c9fe3ef00268fc.tar.bz2 gentoo-a5b6f02c4156fbbe2b1d90a907c9fe3ef00268fc.zip |
sci-mathematics/pymc3: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics/pymc3')
-rw-r--r-- | sci-mathematics/pymc3/pymc3-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1.ebuild index 9fe032ad4a5a..7a7638126043 100644 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6} ) inherit distutils-r1 virtualx xdg-utils |