Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556882 - dev-python/matplotlib-9999 has unusable dependency
Summary: dev-python/matplotlib-9999 has unusable dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 20:01 UTC by Joseph Booker
Modified: 2015-08-13 12:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Booker 2015-08-06 20:01:46 UTC
dev-python/matplotlib-9999 has the following RDEPEND:

qt5? ( dev-python/PyQt5[X,${PYTHON_USEDEP}] )

This would work better if any PyQT5 ebuild in the tree actually had a USE=X. I suspect this should be changed to match the non-live ebuilds:

qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )

Reproducible: Always

Steps to Reproduce:
1. echo '=dev-python/matplotlib-9999 **' > /etc/portage/package.accept_keywords
2. emerge dev-python/matplotlib
Actual Results:  
emerge: there are no ebuilds built with USE flags to satisfy "dev-python/PyQt5[X,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]".
!!! One of the following packages is required to complete your request:
- dev-python/PyQt5-5.5::gentoo (Missing IUSE: X)
- dev-python/PyQt5-5.4.2::gentoo (Missing IUSE: X)
(dependency required by "dev-python/matplotlib-9999::gentoo" [ebuild])
(dependency required by "dev-python/matplotlib" [argument])
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-08-13 12:59:20 UTC
* commit d5f592ac4d2f90fef34fccaf142ad6b1660f24b7
* Author: Justin Lecher <jlec@gentoo.org>
* Date:   Thu Aug 13 14:58:45 2015 +0200
*
*     dev-python/matplotlib: Move all changes to live version, bug #556882
*
*     Package-Manager: portage-2.2.20
*     Signed-off-by: Justin Lecher <jlec@gentoo.org>