diff options
author | AlanCoding <arominge@redhat.com> | 2019-12-16 14:24:33 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2020-01-08 00:14:33 +0100 |
commit | 271b3f00b728b789343666529d285bc72736cd4c (patch) | |
tree | fbfb7d45e4924a883a8f0803145e67dbcedffa6b /requirements/README.md | |
parent | Bump Django version which recently updated (diff) | |
download | awx-271b3f00b728b789343666529d285bc72736cd4c.tar.xz awx-271b3f00b728b789343666529d285bc72736cd4c.zip |
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
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/README.md b/requirements/README.md index 1a58c30833..83b15d2774 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -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 |