diff options
Diffstat (limited to 'dev-python/statsmodels/statsmodels-0.13.2.ebuild')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.13.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.13.2.ebuild b/dev-python/statsmodels/statsmodels-0.13.2.ebuild index e547b685e3af..95a03c640665 100644 --- a/dev-python/statsmodels/statsmodels-0.13.2.ebuild +++ b/dev-python/statsmodels/statsmodels-0.13.2.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 multiprocessing optfeature +inherit distutils-r1 multiprocessing optfeature pypi DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |