Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931670

Summary: sci-visualization/veusz: missing deps
Product: Gentoo Linux Reporter: hsk17
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description hsk17 2024-05-10 11:25:55 UTC
in emerging sci-visualization/veusz i came across two small issues:

 - building veusz requires dev-python/tomli which is not listed in DEPEND.

(there is an unconditional "import tomli" in pyqt_setuptools.py;
this used to work as dev-python/tomli was pulled in as a dependency of
dev-python/setuptools - but this dep was dropped few weeks ago...)

 - and wrt the dependency dev-python/PyQt5, it complains about unmet
requirements:

  The following REQUIRED_USE flag constraints are unsatisfied:
    printsupport? ( gui ) svg? ( gui ) widgets? ( gui )

so, "gui" should be added to dev-python/PyQt5's USE flags in
COMMON_DEPEND.

thanks for your consideration.