python3Packages.sipyco: add openssl to nativeCheckInputs

This commit is contained in:
Harinn
2026-05-18 14:32:36 +07:00
parent d24b8f40e1
commit fc4b2ce5a3
@@ -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" ];