summaryrefslogtreecommitdiff
path: root/bindep.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix lower-constraints jobKaifeng Wang2019-03-141-0/+1
| | | | | | | | | | | | | | | lower-constraints job is broken due to fail to install psycopg. Spotted log: http://logs.openstack.org/02/642402/6/check/openstack-tox-lower-constraints/ca317fe/job-output.txt.gz#_2019-03-14_01_51_01_006156 Add libpq-dev to the bindep and bump psycopg version to >= 2.7 as evidence shows it has a bug to support PostgreSQL >= 10.0 [1] [1] https://github.com/getredash/redash/pull/2111 Change-Id: I1d5f0dab41638be1df9d63ede267f5a6d9f8c566
* Drop installing python-libvirt system packageJens Harbott2019-03-011-2/+0
| | | | | | | | Pip will install libvirt-python later in the process and with pip >= 10 it will fail to remove the system version. Change-Id: I33be5426ce8ff2301d28096af11a1023b8048a15 Needed-By: https://review.openstack.org/#/c/561597
* change python-libguestfs to python-guestfs for ubuntuwangqi2018-03-121-1/+1
| | | | | | | python-libguestfs is for centos, python-guestfs is for ubuntu. Change-Id: I6ee43deac4094f6616ea5da1680e86c3df9124cc
* 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: Ia1d5e5ac8d3da58f1fe1db68763f7431e1506b13
* Add bindep.txt filePavlo Shchelokovskyy2017-10-121-0/+86
This is used by `bindep` [0] to assess if needed system packages are installed. It should allow easier installation of Python packages on a clean system from source and help packagers too. For now it is just a copy/merge of `devstack/files/[debs|rpms]/ironic` files with added platform specifiers. Packages have been tagged with certain bindep profiles: - default - needed to run ironic service in production - test - needed to compile Python dependencies and for other tox targets, profile of this name is used by various gate jobs - devstack - needed to setup VMs posing as HW nodes by the devstack plugin - imagebuild - only needed to build various types of deploy ramdisk Note that DevStack install procedure currently does not use 'bindep', and still relies on files in `devstack/files/...` folder. [0] http://docs.openstack.org/infra/bindep/index.html Change-Id: I42239e0ec960507b7345866d768b3ee06738799b