about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-12 04:37:56 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-13 15:38:56 -0700
commit95f3da5b6a0d901b1eb52ff08ca1284083c31e74 (patch)
tree55eeb051a7119c09b4f80b13f953b9913f85a790 /pkgs/development/python-modules/ansible
parentff2e731acee32963b1646a50fa01bfc4f7c2d503 (diff)
python3Packages.ansible-base: depend on ansible-collections
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ansible/base.nix b/pkgs/development/python-modules/ansible/base.nix
index 73785a7481743..f3470f80b50fe 100644
--- a/pkgs/development/python-modules/ansible/base.nix
+++ b/pkgs/development/python-modules/ansible/base.nix
@@ -2,6 +2,7 @@
 , buildPythonPackage
 , fetchPypi
 , installShellFiles
+, ansible-collections
 , cryptography
 , jinja2
 , junit-xml
@@ -41,6 +42,8 @@ buildPythonPackage rec {
   ];
 
   propagatedBuildInputs = [
+    # depend on ansible-collections instead of the other way around
+    ansible-collections
     # from requirements.txt
     cryptography
     jinja2