commit | 2fdb729e04e8227ac5bfe619df20c1854bf255bc | [log] [tgz] |
---|---|---|
author | Jay Faulkner <jay@jvf.cc> | Tue Nov 12 15:02:15 2024 -0800 |
committer | Jay Faulkner <jay@jvf.cc> | Tue Nov 12 15:04:03 2024 -0800 |
tree | 5dfa0fccd3bfb6c7c9e39b856fcc00f41411a36b | |
parent | 13da42be4d6cd6e98fe3e28b9b12cbe4066459d9 [diff] |
Use venv module for PROJECT_VENV building Currently, if USE_VENV=True, PROJECT_VENVs are initialized using the tools/build_venv.sh script; this script depends on the virtualenv module, which is much less commonly available than the built-in venv module which we already use many places. This changes the build_venv.sh script to use `python -m venv` instead. Needed-By: https://review.opendev.org/c/openstack/ironic/+/930776 Change-Id: I89fa2c0c4261e715064e77a766d98a34299532b3