commit:     66b8d814670a3d63c77d9ca7bd5dfee00d1516a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 07:18:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 07:50:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b8d814

dev-python/statsmodels: Add missing multiprocessing inherit

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild | 2 +-
 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 6b264c763a8..5f70e512375 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 4aa7914a265..dca696dc792 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";

Reply via email to