From 95f3da5b6a0d901b1eb52ff08ca1284083c31e74 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 12 May 2021 04:37:56 +0200 Subject: [PATCH] python3Packages.ansible-base: depend on ansible-collections --- pkgs/development/python-modules/ansible/base.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/ansible/base.nix b/pkgs/development/python-modules/ansible/base.nix index 73785a74817..f3470f80b50 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