Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505344 - net-analyzer/rrdtool-1.4.8: do not depend on python if USE=-python
Summary: net-analyzer/rrdtool-1.4.8: do not depend on python if USE=-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2013-2131
  Show dependency tree
 
Reported: 2014-03-22 10:46 UTC by Bruno
Modified: 2014-03-22 15:38 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 Bruno 2014-03-22 10:46:09 UTC
rrdtool still depends on python (python-exec) even when USE=-python.

Please set
  DISTUTILS_OPTIONAL=1
before inheriting distutils-r1 so the python deps are only included when
python is used (via already present "python? ( ${PYTHON_DEPS} )" in [R]DEPEND).

The rest of the ebuild does call distutils-r1 functions explicitly as needed when python useflag is set.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-22 15:38:55 UTC
Fixed without a revision bump. Thanks for the report!