summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2019-06-27 12:57:48 +0200
committerElod Illes <elod.illes@est.tech>2019-07-10 18:28:21 +0200
commite00bdabb80eabd13251b7f5b578b0cee231b35ae (patch)
tree90973c8038d87a9b00d559539b3d5d53100747b1 /bindep.txt
parent66662c9eeb172f7d1aaec713d050029d1c37ce7e (diff)
downloadstevedore-e00bdabb80eabd13251b7f5b578b0cee231b35ae.tar.gz
Add local bindep.txtpike-eolstable/pike
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In documentation zuul job graphviz package ('dot' command) is needed. Without that the job fails with: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html (cherry picked from commit feac47186d79569bb564e18216e07f18ed5ccd8b) (cherry picked from commit caf65ed26066b5f7d13cc50e67f1df852414b2dc) Conflicts: doc/requirements.txt test-requirements.txt Note(elod.illes): conflict is due to not having proposal bot's updates from global requirements. Change-Id: I5efddfc72e9dc0dd1b8b9e1e37708e1d30ef3c39 (cherry picked from commit 39f61e4392ef3c0f1852b87a9d2cb0bc4f410bec) (cherry picked from commit f10075c4b36cd2375234e8bb93247be13869332a)
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 0000000..7a2df73
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,7 @@
+# This is a cross-platform list tracking distribution packages needed for install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+# graphviz is necessary for documentation build
+graphviz [!platform:gentoo]
+media-gfx/graphviz [platform:gentoo]
+