sci-libs/scikits_timeseries: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:56:52 +0000 (07:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 07:02:50 +0000 (08:02 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild

index f67ebf2a2efc10cd72872a07796b53a0046f6706..b1dd82b36296f5265d723e1a27d42ce71bd7fa3e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1