mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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 a new issue