Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931670 - sci-visualization/veusz: missing deps
Summary: sci-visualization/veusz: missing deps
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-10 11:25 UTC by hsk17
Modified: 2024-05-10 19:41 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 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.