Summary: | Stabilize dev-python/pyreverse-0.5.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | Keywords: | STABLEREQ |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() x86 stable On my sparc system, this cannot go stable because we see (e.g., in pyreverse/utils.py) this: from logilab.common.astng import ASTNGManager, IgnoreChild, Project However, logilab-common does not install any such thing. What (it seems) we actually need is a further dependency on dev-python/astng which installs in logilab/astng. So it looks like pyreverse would want from logilab.astng import ... amd64 stable ping dev-python/pyreverse-0.5.2 doesn't work with current versions of dev-python/astng. |