commit: db2018c49872b5117c95b927f723dec6b5b85a4c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 06:56:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 07:02:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2018c4
sci-libs/scikits_timeseries: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
b/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
index f67ebf2a2ef..b1dd82b3629 100644
--- a/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
+++ b/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1