[FastAPI] include DepArch in dependency list

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-08-30 18:17:14 -07:00
parent a0be018547
commit 1c26ce52a5
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 9 additions and 0 deletions

View file

@ -16,6 +16,9 @@
</a>
{% endif %}
{{ dep.Package | provides_list(dep.DepName) | safe }}
{% if dep.DepArch %}
<em>({{ dep.DepArch }})</em>
{% endif %}
<!-- If this dependency type is an optdepends (id: 4). -->
{% if dep.DepTypeID == 4 %}
<em>{{ dep | dep_extra_desc }}</em>