From 2092bf9179ff7284b7a83d54cb15026ad4b507e5 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 2 Jan 2019 13:34:45 -0500 Subject: [PATCH] ceph-tag: Use binaries There was an issue with pynacl (I think) not having a wheel for the latest version. Despite manually downloading the required (newer) version in a separate pip transaction, pip would still download the old version and try to use it when installing ansible which broke the build. Signed-off-by: David Galloway --- ceph-tag/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 12d0054f..4fabef2d 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -9,7 +9,7 @@ fi # the following two methods exist in scripts/build_utils.sh pkgs=( "ansible" ) -install_python_packages_no_binary "pkgs[@]" +install_python_packages "pkgs[@]" # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute -- 2.39.5