python3Packages.ansible-base: depend on ansible-collections
This commit is contained in:
parent
ff2e731ace
commit
95f3da5b6a
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
|
, ansible-collections
|
||||||
, cryptography
|
, cryptography
|
||||||
, jinja2
|
, jinja2
|
||||||
, junit-xml
|
, junit-xml
|
||||||
@ -41,6 +42,8 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
# depend on ansible-collections instead of the other way around
|
||||||
|
ansible-collections
|
||||||
# from requirements.txt
|
# from requirements.txt
|
||||||
cryptography
|
cryptography
|
||||||
jinja2
|
jinja2
|
||||||
|
Loading…
Reference in New Issue
Block a user