diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-25 14:13:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-25 15:23:07 +0200 |
commit | 64d11d8e863a6195d8c5293f22cbc4d874fbb07b (patch) | |
tree | 4168cdcc5b8569159612cd46a7c9cf1c5d4e78c4 /dev-python/scipy | |
parent | dev-python/scipy: Skip tests broken by new lapack (diff) | |
download | gentoo-64d11d8e863a6195d8c5293f22cbc4d874fbb07b.tar.gz gentoo-64d11d8e863a6195d8c5293f22cbc4d874fbb07b.tar.bz2 gentoo-64d11d8e863a6195d8c5293f22cbc4d874fbb07b.zip |
dev-python/scipy: Remove unused multiprocessing inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r-- | dev-python/scipy/scipy-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scipy/scipy-1.6.3.ebuild b/dev-python/scipy/scipy-1.6.3.ebuild index 08a959a4ad0b..8dec73bd4f25 100644 --- a/dev-python/scipy/scipy-1.6.3.ebuild +++ b/dev-python/scipy/scipy-1.6.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" -inherit fortran-2 distutils-r1 flag-o-matic multiprocessing toolchain-funcs +inherit fortran-2 distutils-r1 flag-o-matic toolchain-funcs # upstream is slacking forever with doc updates DOC_PV=1.6.2 |