Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann 5ce841588b Fix bindep.txt for python 3.11 job(Debian Bookworm)
Python 3.11 job run on Debian Bookworm which does
not the mysql pkg for example, libmysqlclient-dev
instead they have mariadb. Updating bindep.txt file
to adjust the pkgs as per Debian bookworm.

Change-Id: Ib47d5e77b14353402fad06e7adc04f8ee8a7e94c
2023-09-06 17:50:43 +00:00
Sean Mooney 92753e4a3a update bindep for ubuntu 22.04
The python 3.10 tox job runs on ubuntu 22.04 in the A cycle ubuntu 22.04
will also become the default for other jobs. python-dev is nolonger packaged
on ubuntu 22.04 so the tox job fails.

This change sync the python deps to match those use in nova which
already works across all tested distros.

Change-Id: I7fa25fea03f0c9c645a1eb10b22f058ca548d2fb
2022-09-22 14:58:08 +01:00
Zuul 334eb46b4c Merge "Bindep does not catch missing libpcre3-dev on Ubuntu" 2018-02-14 07:31:09 +00:00
Ameed Ashour c8e00bf47d Bindep does not catch missing libpcre3-dev on Ubuntu
added libpcre3-dev [platform:dpkg test] and
pcre-devel [platform:rpm test]to bindep.txt

Change-Id: I944957ca0bf42309d4df6efb741ca078b87354a1
Closes-Bug: #1746386
2018-02-08 12:25:32 -05:00
zhangbailin 98c2ea9625 Update links in documents
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
2018-01-12 17:05:11 +08:00
Andreas Jaeger 31ff97b8af Update bindep.txt for doc builds
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
2017-11-21 21:01:09 +01:00
Jeremy Stanley 7c0af3bb49 List system dependencies for running common tests
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
2016-08-24 06:49:32 +02:00