python3Packages.sipyco: add openssl to nativeCheckInputs (#521523)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user