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

Bug 735110

Summary: dev-python/automat-20.2.0: missing dev-python/docutils dependency
Product: Gentoo Linux Reporter: Rafał Mużyło <galtgendo>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafał Mużyło 2020-08-01 19:07:52 UTC
dev-python/automat fails to build if dev-python/docutils aren't installed.

Noticed due to most recent dev-python/pygments not supporting python 2.
Comment 1 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2021-08-31 07:40:02 UTC
dev-python/docutils is a RDEPEND of dev-python/m2r which is BDEPEND of dev-python/automat.

Meaning docutils should be installed when building automat, based on current tree.

Thank you for the report.