mirror of
https://opendev.org/openstack/keystone.git
synced 2026-01-11 20:07:31 +00:00
As expected (and as done in lot of other OpenStack services) *blockdiag and *seqdiag extensions stop working for us and we need to replace this usage. Other services go directly to graphviz. Sadly sequence diagrams doesn't look good, but there is no other alternative so far. It would be nice if we would have mermaid allowed in global requirements, but that tends to be a long process while we need an urgent solution (since otherwise doc build is broken). Change-Id: Ie5fc80d7e5506c8c426a289687acc6c7c30f5ebd
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
|
|
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
|
|
|
|
gettext
|
|
postgresql
|
|
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libldap2-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libsqlite3-dev [platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mariadb-client [platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
mariadb-server [platform:debian]
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server-dev-all [platform:dpkg]
|
|
python3-dev [platform:dpkg]
|
|
|
|
cyrus-sasl-devel [platform:rpm]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
mariadb [platform:rpm]
|
|
mariadb-devel [platform:redhat]
|
|
mariadb-server [platform:rpm]
|
|
openldap-devel [platform:redhat]
|
|
openssl-devel [platform:rpm]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
python3-devel [platform:rpm]
|
|
|
|
libmariadb-devel [platform:suse]
|
|
openldap2-devel [platform:suse]
|
|
|
|
# Required for sphinx graphviz image generation
|
|
graphviz [test doc]
|