python3Packages.libasyncns: add pythonImportsCheck
This commit is contained in:
parent
15f425ae9c
commit
34a7ce1156
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue