1
0
Fork 1
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:
K900 2024-10-18 16:57:42 +03:00 committed by GitHub
commit 3ce468de63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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