python3Packages.tls-parser: add imports check

This commit is contained in:
Vincent Haupert 2021-05-08 10:43:02 +02:00 committed by Jonathan Ringer
parent 7e1c185f7b
commit 33886abdfe

View file

@ -19,6 +19,8 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "tls_parser" ];
meta = with lib; {
homepage = "https://github.com/nabla-c0d3/tls_parser";
description = "Small library to parse TLS records";