python3Packages.sipyco: add openssl to nativeCheckInputs (#521523)

This commit is contained in:
Yohann Boniface
2026-05-18 18:46:29 +00:00
committed by GitHub
@@ -5,6 +5,7 @@
setuptools,
pytestCheckHook,
numpy,
openssl,
}:
buildPythonPackage rec {
@@ -23,7 +24,10 @@ buildPythonPackage rec {
dependencies = [ numpy ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
openssl
pytestCheckHook
];
pythonImportsCheck = [ "sipyco" ];