diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 04:36:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 04:36:04 +0200 |
commit | f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f (patch) | |
tree | 5c55cf126dbdfaa3b08986c6ab0ff18ae09cdf22 /dev-python/pandas | |
parent | dev-python/pandas: MINIMAL_DEPEND -> COMMON_DEPEND, blocks to RDEPEND (diff) | |
download | gentoo-f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f.tar.gz gentoo-f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f.tar.bz2 gentoo-f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f.zip |
dev-python/pandas: Switch to dev-python/PyQt5, drop dev-python/pyside
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index 41e804dd0089..6bf3185ad30c 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -52,8 +52,7 @@ OPTIONAL_DEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] X? ( || ( - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/pyside[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] dev-python/pygtk[$(python_gen_usedep python2_7)] ) || ( @@ -167,5 +166,5 @@ pkg_postinst() { optfeature "Needed for parts of pandas.stats" dev-python/statsmodels optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1" optfeature "miscellaneous statistical functions" sci-libs/scipy - optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt5 dev-python/pygtk x11-misc/xclip x11-misc/xsel } |