mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
python312Packages.tempest: add missing pynacl checkInput to fix build
Fixes #348971
This commit is contained in:
parent
babe2c97ed
commit
284e618ce5
@ -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