mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Add wheel in venv creation
The generated based venv from `python3.8 -m venv` vs. `virtualenv -p python38` is different. This changes aims to address the differences. It was introduced as part of the Python 3.8 migration. https://github.com/ansible/awx/pull/8778
This commit is contained in:
@@ -70,6 +70,9 @@ cryptography==2.9.2
|
||||
# pyopenssl
|
||||
# service-identity
|
||||
# social-auth-core
|
||||
Cython==0.29.22
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
daphne==2.4.1
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
@@ -412,3 +415,5 @@ setuptools==41.6.0
|
||||
# markdown
|
||||
# python-daemon
|
||||
# zope.interface
|
||||
wheel==0.36.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
|
||||
Reference in New Issue
Block a user