dev-python/pandas: Inherit optfeature.eclass

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-09-07 10:51:44 +02:00
parent 3af61637f1
commit 2aabc44ef8
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
VIRTUALX_REQUIRED="manual"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 eutils flag-o-matic virtualx
inherit distutils-r1 flag-o-matic optfeature virtualx
DESCRIPTION="Powerful data structures for data analysis and statistics"
HOMEPAGE="https://pandas.pydata.org/"

View File

@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
VIRTUALX_REQUIRED="manual"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 eutils flag-o-matic virtualx
inherit distutils-r1 flag-o-matic optfeature virtualx
DESCRIPTION="Powerful data structures for data analysis and statistics"
HOMEPAGE="https://pandas.pydata.org/"

View File

@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
VIRTUALX_REQUIRED="manual"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 eutils flag-o-matic multiprocessing virtualx
inherit distutils-r1 flag-o-matic multiprocessing optfeature virtualx
DESCRIPTION="Powerful data structures for data analysis and statistics"
HOMEPAGE="https://pandas.pydata.org/"