mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user