Skip to content

Commit abc8f86

Browse files
committed
fix(database): avoid pbr runtime error by pinning oslo-config
This is a slightly better fix for the wal-e runtime error that was hampering CI testing last week.
1 parent c2cffb9 commit abc8f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git clone https://github.com/wal-e/wal-e.git
4141
cd /tmp/wal-e
4242
git checkout c6dd4b1
4343

44-
pip install . pbr==0.11.0
44+
pip install . oslo.config>=1.12.0
4545

4646
# python port of daemontools
4747
pip install envdir

0 commit comments

Comments
 (0)