ansible/changelogs/fragments/downstream_vendoring.yml
Matt Davis de63cba7e8
transparent downstream vendoring (#69850)
* builtin downstream vendoring support

* allows downstream packagers to install packages to `ansible/_vendor` that will automatically be added to head of sys.path during `ansible` package load
* tests

* sort conflicting package names in warning text

* sanity fixes

* skip unnecessary comparison
2020-06-15 16:22:25 -07:00

2 lines
146 B
YAML

minor_changes:
- downstream packagers may install packages under ansible._vendor, which will be added to head of sys.path at ansible package load