python3Packages.ansible-runner: build requires pbr

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:56 +02:00
parent 50907e3009
commit b08880a4f8
@@ -5,6 +5,7 @@
, fetchPypi
, mock
, openssh
, pbr
, pexpect
, psutil
, pytest-mock
@@ -26,6 +27,10 @@ buildPythonPackage rec {
hash = "sha256-2m5dD+gGDL5LnY7QbDYiGdu4GYu0C49WU29GZY2bnBo=";
};
nativeBuildInputs = [
pbr
];
propagatedBuildInputs = [
ansible
psutil