python312Packages.tempest: add missing pynacl checkInput to fix build

Fixes #348971
This commit is contained in:
K900 2024-10-18 15:13:47 +03:00
parent babe2c97ed
commit 284e618ce5

View File

@ -19,6 +19,7 @@
paramiko,
pbr,
prettytable,
pynacl,
python,
pythonOlder,
pyyaml,
@ -74,6 +75,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
hacking
oslotest
pynacl
stestr
];