Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564004 - >=games-emulation/m64py-0.2.3: dev-python/PyQT5 dependency miss required flags
Summary: >=games-emulation/m64py-0.2.3: dev-python/PyQT5 dependency miss required flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 21:39 UTC by Samuel Bauer
Modified: 2015-10-25 21:37 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 Samuel Bauer 2015-10-24 21:39:48 UTC
Before updgrading m64py, PyQt5 wasn't required.

This ebuild was installed with default flags and it appears that some required modules are missing:
Error:No module named 'PyQt5.QtWidgets'
Error:No module named 'PyQt5.QtGui'

Correct dependencies to PyQt5 should rather be:
dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}]

then PyQt5 includes all required modules and m64py is usable

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-25 21:37:04 UTC
commit a1c518818519b6fd640e58eccd3372c825057483
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sun Oct 25 22:34:11 2015 +0100

    games-emulation/m64py: Request correct PyQt5 modules
    
    Thanks to Samuel Bauer for figuring out the correct flags.
    
    Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564004