ansible-role-python_venv_build/releasenotes/notes/pip_build_install_env-464b66f471060442.yaml
Dmitriy Rabotyagov 7fd75008cf Allow to set ENV vars for wheels build and venv install
It's not always enough to provide extra arguments for pip installation.
For usescases, like isolated installations, and some specific packages
that still utilize deprecated setuptools.installer instead of
PEP 517 installer,
you might find impossible to provide some easyisntall options without
having a configuration file that should be created by deployer as
pre-step. However, these options might be covered with ENV variables.

Change-Id: I9a060cbcdf9f5c54efd423a4b4fe32b418377f86
2023-01-23 14:17:47 +01:00

7 lines
189 B
YAML

---
features:
- |
Added variables ``venv_pip_build_env`` and ``venv_pip_install_env`` that
allows to set extra environment variables during wheels build or venv
installation.