From: Michał Górny Date: Sun, 26 Aug 2018 09:22:36 +0000 (+0200) Subject: dev-python/pandas: Remove support for non-existent deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4522482ca7948505a30fb2d85ceab42ef73cf84f;p=gentoo.git dev-python/pandas: Remove support for non-existent deps --- 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 }