Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/
Date: Sat, 02 Oct 2021 07:50:58
Message-Id: 1633161045.66b8d814670a3d63c77d9ca7bd5dfee00d1516a2.mgorny@gentoo
1 commit: 66b8d814670a3d63c77d9ca7bd5dfee00d1516a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 07:18:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 07:50:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b8d814
7
8 dev-python/statsmodels: Add missing multiprocessing inherit
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild | 2 +-
13 dev-python/statsmodels/statsmodels-0.13.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
17 index 6b264c763a8..5f70e512375 100644
18 --- a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
19 +++ b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{8..10} )
23
24 -inherit distutils-r1 optfeature
25 +inherit distutils-r1 multiprocessing optfeature
26
27 DESCRIPTION="Statistical computations and models for use with SciPy"
28 HOMEPAGE="https://www.statsmodels.org/stable/index.html"
29
30 diff --git a/dev-python/statsmodels/statsmodels-0.13.0.ebuild b/dev-python/statsmodels/statsmodels-0.13.0.ebuild
31 index 4aa7914a265..dca696dc792 100644
32 --- a/dev-python/statsmodels/statsmodels-0.13.0.ebuild
33 +++ b/dev-python/statsmodels/statsmodels-0.13.0.ebuild
34 @@ -5,7 +5,7 @@ EAPI=8
35
36 PYTHON_COMPAT=( python3_{8..10} )
37
38 -inherit distutils-r1 optfeature
39 +inherit distutils-r1 multiprocessing optfeature
40
41 DESCRIPTION="Statistical computations and models for use with SciPy"
42 HOMEPAGE="https://www.statsmodels.org/stable/index.html"