Unverified Commit 3ce468de authored by K900's avatar K900 Committed by GitHub
Browse files

python312Packages.tempest: add missing pynacl checkInput to fix build (#349523)

parents 766ad9dc 284e618c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
  paramiko,
  pbr,
  prettytable,
  pynacl,
  python,
  pythonOlder,
  pyyaml,
@@ -74,6 +75,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    hacking
    oslotest
    pynacl
    stestr
  ];