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:
Martin Weinelt
2021-09-18 03:51:40 +02:00
parent 10f8ee55fe
commit ba21a7bc10
4 changed files with 28 additions and 8 deletions
-2
View File
@@ -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 { };