Skip to content

Commit d486c84

Browse files
committed
Merge pull request #3771 from mboersma/wal-e-fix
fix(database): work around wal-e error by pinning pbr lib
2 parents cc68a62 + eefbca1 commit d486c84

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)