python3Packages.libasyncns: add pythonImportsCheck

This commit is contained in:
Robert Scott 2021-11-20 23:40:16 +00:00
parent 15f425ae9c
commit 34a7ce1156

View file

@ -26,6 +26,8 @@ buildPythonPackage rec {
nativeBuildInputs = [ pkg-config ];
doCheck = false; # requires network access
pythonImportsCheck = [ "libasyncns" ];
meta = with lib; {
description = "libasyncns-python is a python binding for the asynchronous name service query library";
license = licenses.lgpl21;