Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604152 - dev-python/QtPy-1.1.2[gui] - should RDEPEND on dev-python/PyQt5[widgets]
Summary: dev-python/QtPy-1.1.2[gui] - should RDEPEND on dev-python/PyQt5[widgets]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-30 15:20 UTC by Coacher
Modified: 2017-01-19 10:53 UTC (History)
0 users

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 Coacher 2016-12-30 15:20:40 UTC
Hello.

While PyQt4 and pyside have all widgets consolidated in their QtGui modules, PyQt5 separates widgets into QtWidgets module. Having these widgets is essential for gui, so it's logical to require 'widgets' USE for PyQt5 when 'gui' USE is requested for QtPy.

Please fix.
Comment 1 Coacher 2016-12-30 15:21:49 UTC
Of course, PyQt5 should also have 'gui' USE when 'gui' USE is requested for QtPy.
Comment 2 Coacher 2017-01-19 10:53:23 UTC
Fixed in
commit efa01455a24474255b48ac6cb40e597cb885409d
Author:     Sébastien Fabbro <bicatali@gentoo.org>
AuthorDate: Wed Jan 4 18:14:28 2017 +0000
Commit:     Sébastien Fabbro <bicatali@gentoo.org>
CommitDate: Wed Jan 4 19:24:50 2017 +0000

    dev-python/QtPy: forced widget flag for pyqt5 with gui
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604152

    Package-Manager: Portage-2.3.3, Repoman-2.3.1

Thanks!