summaryrefslogtreecommitdiff
path: root/bindep.txt
Commit message (Collapse)AuthorAgeFilesLines
* Adapt bindep ubuntu-jammyBalazs Gibizer2022-05-061-1/+0
| | | | | | This is needed to make openstack-tox-py310 job to install deps properly. Change-Id: I70c8aa764229a10b9047f2f8c3c887ccd741da19
* tests: Allow bindep and test-setup.sh to run on EL distrosLee Yarwood2021-06-181-3/+5
| | | | | | | | | Only install mariadb on EL based hosts. Also when using mariadb and postgresql on EL based distros we need to ensure each service is configured and actually started before using either. Co-Authored-By: Ade Lee <alee@redhat.com> Change-Id: I7122933d85bd7d0333c2c35e0f1a8414c1baa6d5
* bindep: Install python3 and python3-devel on CentOS 8 and FedoraLee Yarwood2020-10-031-3/+2
| | | | | | | python-devel is no longer available on either distro, both should now use python3 and python3-devel packages. Change-Id: I51eb3c6626aec9842cb756d7f97c683c77479401
* Add lsscsi to bindepSean McGinnis2020-08-051-0/+5
| | | | | | | | | | | | | lsscsi is needed for some of the SCSI device identification. This identification is actually done in os-brick, but due to the way devstack and potentially other things install from source, os-brick's bindep.txt file may not be used. Since Nova needs the package in order for os-brick to operate, we can just add it to nova so we can make sure it is available. Change-Id: Iba5307a6c644ae0fe5eb754f1b1e5dbdfc541cb9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Merge "Add missing test bindep on openssl"Zuul2020-06-211-0/+1
|\
| * Add missing test bindep on opensslMatthew Booth2020-05-221-0/+1
| | | | | | | | | | | | | | nova.virt.xenapi.agent.SimpleDH._run_ssl expects the 'openssl' binary to be installed. This method is also executed by unit tests. Change-Id: I5b53e1a97811768c0bbe8f4bdac06591f3739c66
* | Add packages required for pdf-docs run to bindep.txtmelanie witt2020-05-181-0/+6
|/ | | | | | | | | | | | | | | | | This adds packages needed to run 'tox -e pdf-docs' locally to our bindep.txt for users, for example: bindep -l newline pdf-docs | xargs <package manager> install -y The CI jobs don't use the 'pdf-docs' label for handling bindep for pdf docs builds [1] and instead install a separate list of prereqs [2], so this change is only relevant for local test runs. [1] https://opendev.org/openstack/openstack-zuul-jobs/src/commit/64341d2e322b9e1c7f197bb0aafd63038d4e925c/zuul.d/jobs.yaml#L435 [2] https://opendev.org/openstack/openstack-zuul-jobs/src/commit/64341d2e322b9e1c7f197bb0aafd63038d4e925c/roles/prepare-build-pdf-docs/tasks/main.yaml#L7-L20 Change-Id: Ib603baa1766b873073165c71772ada021c6e5036
* Added openssh-client into bindepDaniel Pawlik2019-10-231-0/+2
| | | | | | | | | | Currently containers with Nova doesn't include openssh-client package, which is required to perform tempest test e.g.: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration. This package is installed by default in cloud images, but its not included in container images. Change-Id: I559883b9f4d9ced0a20444c76f94540d3231cdd9
* Add librsvg2* to bindepMatt Riedemann2019-09-181-0/+3
| | | | | | | | | | I3aaea1d15a357f550f529beaa84fb1a1a7748358 added the docs build requirement on sphinxcontrib-svg2pdfconverter which needs the native rsvg-convert command. This change adds the native package that provides that command to bindep.txt. Change-Id: I064a1f33902405c3db699a46feeb93397fc3b038 Closes-Bug: #1844583
* bindep: Remove dead markersStephen Finucane2019-07-181-2/+2
| | | | | | | | Ubuntu 12.04 is rather long in the tooth now. Remove the bindep markers for it. Change-Id: Ie5c2d7ab1e3e637a1d42712e22a7a6e6d6427020 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Merge "Bindep does not catch missing libpcre3-dev on Ubuntu"Zuul2018-02-141-0/+2
|\
| * Bindep does not catch missing libpcre3-dev on UbuntuAmeed Ashour2018-02-081-0/+2
| | | | | | | | | | | | | | | | added libpcre3-dev [platform:dpkg test] and pcre-devel [platform:rpm test]to bindep.txt Change-Id: I944957ca0bf42309d4df6efb741ca078b87354a1 Closes-Bug: #1746386
* | Update links in documentszhangbailin2018-01-121-1/+1
|/ | | | | | | | Due to the migration of the OpenStack document library, some outdated links were found during use, using https instead of http and pointing to the right place. Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
* Update bindep.txt for doc buildsAndreas Jaeger2017-11-211-2/+5
| | | | | | | | | | https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation specifies that doc dependencies need the doc tag in bindep, use it. Leave test environment in for transition period until we use the new scripts. Change-Id: I851a06fbc07a84f70ee76e78062777ad2bade764
* List system dependencies for running common testsJeremy Stanley2016-08-241-0/+34
Add a bindep.txt file containing a cross-platform list of dependencies needed for running included tox-based tests. Also include a tox environment for convenience calling the bindep[*] utility to list any missing system requirements, and simplify the contributor documentation to recommend this rather than embedding an ad-hoc list of package names in an untestable document. This change is self-testing. [*] http://docs.openstack.org/infra/bindep/ Change-Id: I7c18b0921c39b99df89f2c356208303c2bad5a97