python3Packages.tls-parser: add imports check
This commit is contained in:
parent
7e1c185f7b
commit
33886abdfe
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "tls_parser" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/nabla-c0d3/tls_parser";
|
homepage = "https://github.com/nabla-c0d3/tls_parser";
|
||||||
description = "Small library to parse TLS records";
|
description = "Small library to parse TLS records";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user