diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aec3fd1..4c82a982 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,6 +1865,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 \