From c33090781bd4e9da05dcbe51dec381339b738e22 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 16 Jun 2020 17:59:57 -0700 Subject: [PATCH] change our scripts to unpin python-augeas --- snap/local/build_and_install.sh | 3 ++- snap/local/compile_native_wheels.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/snap/local/build_and_install.sh b/snap/local/build_and_install.sh index b5883bc8a..f3b83a24e 100755 --- a/snap/local/build_and_install.sh +++ b/snap/local/build_and_install.sh @@ -26,7 +26,8 @@ source "${DIR}/common.sh" RegisterQemuHandlers ResolveArch "${SNAP_ARCH}" -tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > snap-constraints.txt +tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt \ + | grep -v python-augeas > snap-constraints.txt pushd "${DIR}/packages" "${CERTBOT_DIR}/tools/simple_http_server.py" 8080 >/dev/null 2>&1 & diff --git a/snap/local/compile_native_wheels.sh b/snap/local/compile_native_wheels.sh index 5dbb0f5d6..a93795a27 100755 --- a/snap/local/compile_native_wheels.sh +++ b/snap/local/compile_native_wheels.sh @@ -14,7 +14,8 @@ source "${DIR}/common.sh" RegisterQemuHandlers -tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > "${DIR}/snap-constraints.txt" +tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt \ + | grep -v python-augeas > "${DIR}/snap-constraints.txt" for SNAP_ARCH in ${TARGET_ARCHS}; do ResolveArch "${SNAP_ARCH}" DownloadQemuStatic "${QEMU_ARCH}" "${DIR}"