diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 21:41:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 08:47:36 +0100 |
commit | afe6f9f5e95ce03740e113f12a87e4325b17d1c0 (patch) | |
tree | 503c30244df21ae79d457fa6489e74fc59d30508 /dev-python/statsmodels | |
parent | dev-python/patsy: Remove Python 2 (diff) | |
download | gentoo-afe6f9f5e95ce03740e113f12a87e4325b17d1c0.tar.gz gentoo-afe6f9f5e95ce03740e113f12a87e4325b17d1c0.tar.bz2 gentoo-afe6f9f5e95ce03740e113f12a87e4325b17d1c0.zip |
dev-python/statsmodels: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.9.0.ebuild b/dev-python/statsmodels/statsmodels-0.9.0.ebuild index 16cdf47ab6b6..2f681a3d8451 100644 --- a/dev-python/statsmodels/statsmodels-0.9.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.9.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/dev-python/statsmodels/statsmodels-9999.ebuild b/dev-python/statsmodels/statsmodels-9999.ebuild index 113b10d44fc2..a5784025a635 100644 --- a/dev-python/statsmodels/statsmodels-9999.ebuild +++ b/dev-python/statsmodels/statsmodels-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils git-r3 virtualx |