python3Packages.ansible-runner: build requires pbr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user