diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-02 09:18:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-02 09:50:45 +0200 |
commit | 66b8d814670a3d63c77d9ca7bd5dfee00d1516a2 (patch) | |
tree | 95b42c9a2e93ffd2d311b5687f329f46505773ac /dev-python/statsmodels | |
parent | xfce-extra/xfdashboard: Bump to 0.9.5 (diff) | |
download | gentoo-66b8d814670a3d63c77d9ca7bd5dfee00d1516a2.tar.gz gentoo-66b8d814670a3d63c77d9ca7bd5dfee00d1516a2.tar.bz2 gentoo-66b8d814670a3d63c77d9ca7bd5dfee00d1516a2.zip |
dev-python/statsmodels: Add missing multiprocessing inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.13.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild index 6b264c763a8c..5f70e5123759 100644 --- a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 optfeature +inherit distutils-r1 multiprocessing optfeature DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" diff --git a/dev-python/statsmodels/statsmodels-0.13.0.ebuild b/dev-python/statsmodels/statsmodels-0.13.0.ebuild index 4aa7914a2652..dca696dc7923 100644 --- a/dev-python/statsmodels/statsmodels-0.13.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 optfeature +inherit distutils-r1 multiprocessing optfeature DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" |