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

Bug 601626

Summary: dev-python/networkx-1.11[doc] - FAIL: This example needs Graphviz and either PyGraphviz or PyDotPlus
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WORKSFORME    
Severity: normal CC: lssndrbarbieri
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 606238    
Attachments: build log

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.