diff options
author | Bill Nottingham <notting@splat.cc> | 2020-02-18 17:08:54 +0100 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2020-02-19 04:34:59 +0100 |
commit | 4c8a4013ccc559a29effcf5e53bd218e87af6e0b (patch) | |
tree | 973015c75f6dae9491d76fc2e7c985f4b86833d4 /requirements/README.md | |
parent | Merge pull request #5973 from ryanpetrello/job-firehose (diff) | |
download | awx-4c8a4013ccc559a29effcf5e53bd218e87af6e0b.tar.xz awx-4c8a4013ccc559a29effcf5e53bd218e87af6e0b.zip |
Remove requirements_setup_requires and related handling.
Adjust requirements to keep docutils in awx requirements; these
are downstream packaging adjustments. Override azure wheel
dependency to a version that can install bcrypt properly.
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/requirements/README.md b/requirements/README.md index 3485ed0593..68827acdd1 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -38,8 +38,6 @@ This script will: - Update `requirements.txt` based on `requirements.in` - Update/generate `requirements_ansible.txt` based on `requirements_ansible.in` - including an automated patch that adds `python_version < "3"` for Python 2 backward compatibility - - Removes the `docutils` dependency line from `requirements.txt` and `requirements_ansible.txt` - ## Licenses and Source Files @@ -129,6 +127,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. +### wheel + +azure-cli-core requires a version of wheel that is incompatible with +certain packages building with later versions of pip, so we override it. + ### pip and setuptools The offline installer needs to have functionality confirmed before upgrading these. |