ansible-role-uwsgi/vars/source_install.yml
Dmitriy Rabotyagov 5507c98d1f Install GCC for source installs
GCC presence is required [1] to build uwsgi package  otherwise it will
fail on processing uwsgiconfig.py
While it's got installe with openstack-hosts this might be an issue
when uwsgi is used as a standalone role

[1] 2989143935/uwsgiconfig.py (L714-L720)

Change-Id: I60baab1f6ebbe9e424ebe41967d65a1dcdec4235
2021-08-29 16:49:21 +03:00

23 lines
735 B
YAML

---
# Copyright 2019, VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
uwsgi_bin: "/openstack/venvs/uwsgi-{{ uwsgi_venv_tag }}-{{ uwsgi_python_executable }}/bin"
uwsgi_package_list:
- gcc
uwsgi_pip_packages:
- uwsgi