diff --git a/inventory/group_vars/repo_all.yml b/inventory/group_vars/repo_all.yml index fe2d04b3f3..36a6bfcd8a 100644 --- a/inventory/group_vars/repo_all.yml +++ b/inventory/group_vars/repo_all.yml @@ -56,9 +56,10 @@ repo_build_service_group_name: "{{ repo_service_group_name }}" # see https://github.com/pyca/cryptography/issues/3804 # This keeps popping up every now and then so it might worth keeping this # around even if the upstream issue is resolved +# The upstream issue should be resolved now, and we are testing +# cryptography with the usage of wheels by removing it from no_binary. repo_build_pip_no_binary: - libvirt-python - - cryptography # Set the build tag and the repo version repo_build_release_tag: "{{ openstack_release }}"