Add librsvg2-* to bindep.txt

Add the librsvg2-* package to bindep.txt. This package has been
required to build docs since the Related-Change. The package is added
to a new 'doc' profile in bindep.txt; if missing, the package will be
reported by:
 bindep doc
The 'doc' profile is added to the tox 'bindep' env command so that, if
missing, the package will always be reported by:
 tox -e bindep
Change-Id: I6c60c31ca8002133ab77f05f59359b25315b299c
Related-Change: I26cefda80d3234df68d7152b404e0a71da74ab90
Closes-Bug: 1903038
This commit is contained in:
Alistair Coles
2020年11月05日 12:00:04 +00:00
parent 95212ac725
commit f4ce322776

View File

@@ -38,3 +38,6 @@ py-cffi [platform:apk]
musl-dev [platform:apk]
man-db [pep8]
man [platform:rpm pep8]
# libsrvg2 is required to build docs
librsvg2-tools [doc platform:rpm]
librsvg2-bin [doc platform:dpkg]

View File

@@ -133,7 +133,7 @@ show-source = True
# separately, outside of the requirements files.
skip_install = True
deps = bindep
commands = bindep test
commands = bindep test doc
[testenv:releasenotes]
basepython = python3
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.