ansible, ansible_2_10: internalize collections package
This drops the python3Packages.ansible-collections attribute in favor of a local callPackage that overwrites the collections package per ansible version. (cherry picked from commit ca618d6401631cf2c82c81220c54e774b514297f)
This commit is contained in:
@@ -415,8 +415,6 @@ in {
|
||||
|
||||
ansible-base = callPackage ../development/python-modules/ansible/base.nix { };
|
||||
|
||||
ansible-collections = callPackage ../development/python-modules/ansible/collections.nix { };
|
||||
|
||||
ansible-core = callPackage ../development/python-modules/ansible/core.nix { };
|
||||
|
||||
ansible-kernel = callPackage ../development/python-modules/ansible-kernel { };
|
||||
|
||||
Reference in New Issue
Block a user