7fd75008cf
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
7 lines
189 B
YAML
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.
|