diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:22:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:22:36 +0200 |
commit | 4522482ca7948505a30fb2d85ceab42ef73cf84f (patch) | |
tree | 2c0d2a2e2d33aca1ae9efc45808cd48732e92250 /dev-python/pandas | |
parent | dev-perl/Bio-Graphics: Remove support for non-existent deps (diff) | |
download | gentoo-4522482ca7948505a30fb2d85ceab42ef73cf84f.tar.gz gentoo-4522482ca7948505a30fb2d85ceab42ef73cf84f.tar.bz2 gentoo-4522482ca7948505a30fb2d85ceab42ef73cf84f.zip |
dev-python/pandas: Remove support for non-existent deps
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-0.19.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/pandas/pandas-0.19.1.ebuild b/dev-python/pandas/pandas-0.19.1.ebuild index 4ed143486987..4d95ee302e5b 100644 --- a/dev-python/pandas/pandas-0.19.1.ebuild +++ b/dev-python/pandas/pandas-0.19.1.ebuild @@ -48,11 +48,7 @@ OPTIONAL_DEPEND=" dev-python/xlwt[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] X? ( - || ( - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/pyside[${PYTHON_USEDEP}] - dev-python/pygtk[$(python_gen_usedep python2_7)] - ) + dev-python/pygtk[$(python_gen_usedep python2_7)] || ( x11-misc/xclip x11-misc/xsel @@ -161,5 +157,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/pygtk x11-misc/xclip x11-misc/xsel } |