commit:     4522482ca7948505a30fb2d85ceab42ef73cf84f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 09:22:36 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 09:22:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4522482c

dev-python/pandas: Remove support for non-existent deps

 dev-python/pandas/pandas-0.19.1.ebuild | 8 ++------
 1 file 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 4ed14348698..4d95ee302e5 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
 }

Reply via email to