diff --git a/build-constraints.yaml b/build-constraints.yaml index 44a76d2f..397ab9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,6 +1864,10 @@ packages: - simple-session - simple-postgresql-orm + "Sergey Astanin @astanin": + - bindings-libzip < 0.11 + - LibZip < 0.11 + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 80f33361..cfb95edc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -66,6 +66,7 @@ apt-get install -y \ libxml2-dev \ libxss-dev \ libyaml-dev \ + libzip-dev \ libzmq3-dev \ llvm \ m4 \