mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Attempts to simplify build environment
Remove build isolation flag Do not use --ignore-installed for any pip install commands Add Makefile comments do not use system site packages for awx venv Consolidate bootstrap pins Do another upgrade, properly document wheel
This commit is contained in:
@@ -129,9 +129,11 @@ This breaks a very large amount of AWX code that assumes these fields
|
||||
are returned as dicts. Upgrading this library will require a refactor
|
||||
to accomidate this change.
|
||||
|
||||
### pip and setuptools
|
||||
### pip and setuptools and wheel
|
||||
|
||||
The offline installer needs to have functionality confirmed before upgrading these.
|
||||
Versions need to match the versions used in the pip bootstrapping step
|
||||
in the top-level Makefile.
|
||||
|
||||
## Library Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user