diff options
author | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-03-14 13:55:52 +0800 |
---|---|---|
committer | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-03-14 17:24:09 +0800 |
commit | 2eceb3c8ab18e7151f27e8b756ceeaad7ad46b2d (patch) | |
tree | 06f5d7bc5fe1bed3badc7e7e91bead0092bd6ec4 /bindep.txt | |
parent | c9556d8b51c2dac41a88b6f0dcd413d8e96ebd03 (diff) | |
download | ironic-2eceb3c8ab18e7151f27e8b756ceeaad7ad46b2d.tar.gz |
Fix lower-constraints job
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
Diffstat (limited to 'bindep.txt')
-rw-r--r-- | bindep.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt index 5ed182486..01b128cbc 100644 --- a/bindep.txt +++ b/bindep.txt @@ -47,6 +47,7 @@ python3-devel [platform:rpm test] build-essential [platform:dpkg test] libssl-dev [platform:dpkg test] # these are needed by infra for python-* jobs +libpq-dev [platform:dpkg test] postgresql postgresql-client [platform:dpkg] # postgresql-devel [platform:rpm] |