python3Packages.ansible-base: depend on ansible-collections

This commit is contained in:
Martin Weinelt 2021-05-12 04:37:56 +02:00 committed by Jonathan Ringer
parent ff2e731ace
commit 95f3da5b6a

View file

@ -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