Skip to content

Commit eefbca1

Browse files
committed
fix(database): work around wal-e error by pinning pbr lib
1 parent cc68a62 commit eefbca1

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 .
44+
pip install . pbr==0.11.0
4545

4646
# python port of daemontools
4747
pip install envdir

0 commit comments

Comments
 (0)