{% extends "_base.html" %} {% block titlecontent -%} Graph – {{ super() }} {%- endblock titlecontent %} {% block favicon_url -%} {% if grp %} {{ url_for('piechart_grp', grp=grp) }}?{{ cache_tag }} {% elif pkg %} { url_for('status_svg', status=pkg.status) }}?{{ cache_tag }} {% else %} {{ url_for('piechart_svg') }}?{{ cache_tag }} {% endif %} {%- endblock favicon_url %} {% block style %} {{ super() }} .node { stroke: #fff; stroke-width: 1.5px; } .link { stroke: #000; stroke-opacity: 0.1; } .marker { fill: #000; fill-opacity: 0.1; } .d3-tip { line-height: 1; padding: 3px; background: rgba(0, 0, 0, 0.8); color: #fff; border-radius: 2px; font-family: sans-serif; } {% endblock style %} {% block bodycontent %}
Here is a graph showing dependency relationships for packages in Fedora Rawhide that need Python 2 in some way. Brighter colors roughly mean the package can be removed sooner. Hover over a package to see its name; click it to open its portingdb summary.
The graph shows both run-time and build-time dependencies.
Large graphs are quite CPU-hungry. Sorry for that!