]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-tag: Use binaries 1223/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 2 Jan 2019 18:34:45 +0000 (13:34 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 2 Jan 2019 18:34:45 +0000 (13:34 -0500)
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 <dgallowa@redhat.com>
ceph-tag/build/build

index 12d0054f54abcfa23720ea1bc0d150730fc57559..4fabef2da2f2c6cbe18976bb240085b24e3fdccf 100644 (file)
@@ -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