diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:58:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:02:53 +0100 |
commit | 865fb907bfb6785f1845198f26c6137b8b88c4b4 (patch) | |
tree | 58daaf4a6c3d12e39f548a8313e8206b681eff01 /sci-libs | |
parent | sci-libs/Shapely: Remove Python 2 (diff) | |
download | gentoo-865fb907bfb6785f1845198f26c6137b8b88c4b4.tar.gz gentoo-865fb907bfb6785f1845198f26c6137b8b88c4b4.tar.bz2 gentoo-865fb907bfb6785f1845198f26c6137b8b88c4b4.zip |
sci-libs/shogun: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/shogun/shogun-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0.ebuild index 82a612f37075..81fa1c18b720 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils flag-o-matic python-single-r1 toolchain-funcs versionator |