Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601626 - dev-python/networkx-1.11[doc] - FAIL: This example needs Graphviz and either PyGraphviz or PyDotPlus
Summary: dev-python/networkx-1.11[doc] - FAIL: This example needs Graphviz and either ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 606238
  Show dependency tree
 
Reported: 2016-12-04 23:50 UTC by Martin von Gagern
Modified: 2017-06-03 16:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (dev-python:networkx-1.11:20161204-051034.log,197.25 KB, text/plain)
2016-12-04 23:50 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2016-12-04 23:50:10 UTC
Created attachment 455120 [details]
build log

Trying to re-merge dev-python/networkx-1.11 (not sure what part of my world update triggered this rebuild) I get an error building the documentation:

atlas.py  FAIL: This example needs Graphviz and either PyGraphviz or PyDotPlus
circular_tree.py  FAIL: This example needs Graphviz and either PyGraphviz or PyDotPlus

Indeed, neither dev-python/pygraphviz nor dev-python/pydotplus is installed on my system. Nor is either of these listed as a dependency in the ebuild.
Comment 1 Mike Gilbert gentoo-dev 2017-06-03 16:43:05 UTC
Those are optional dependencies, and are only pulled in with USE=examples.

The docs build failed due to bug 594626.