diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-04-29 00:01:21 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-04-29 00:01:21 -0700 |
commit | 6aed8822d0308045daa6d834df44315f6be62601 (patch) | |
tree | 0c28b07978802e35349c3d87f35fc8ebeb6f78e2 /dev-python/statsmodels | |
parent | dev-python/jsondiff-1.2.0: Version bump, add py38 (diff) | |
download | gentoo-6aed8822d0308045daa6d834df44315f6be62601.tar.gz gentoo-6aed8822d0308045daa6d834df44315f6be62601.tar.bz2 gentoo-6aed8822d0308045daa6d834df44315f6be62601.zip |
dev-python/statsmodels-0.10.2: remove accidental adding of py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.10.2.ebuild b/dev-python/statsmodels/statsmodels-0.10.2.ebuild index d08da5b84c43..dcb371cf4e57 100644 --- a/dev-python/statsmodels/statsmodels-0.10.2.ebuild +++ b/dev-python/statsmodels/statsmodels-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils |