python312Packages.tempest: add missing pynacl checkInput to fix build (#349523)
This commit is contained in:
commit
3ce468de63
@ -19,6 +19,7 @@
|
||||
paramiko,
|
||||
pbr,
|
||||
prettytable,
|
||||
pynacl,
|
||||
python,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
@ -74,6 +75,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
hacking
|
||||
oslotest
|
||||
pynacl
|
||||
stestr
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user