about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libasyncns
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-11-20 23:40:16 +0000
committerRobert Scott <code@humanleg.org.uk>2021-11-20 23:40:16 +0000
commit34a7ce11562b146b57bf68083f322c370a06c1b1 (patch)
tree11e910ab9851270d9d589a8364dcc7379cb699cf /pkgs/development/python-modules/libasyncns
parent15f425ae9c25aacea6dfd3754e9a0f7e803524ac (diff)
python3Packages.libasyncns: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/libasyncns')
-rw-r--r--pkgs/development/python-modules/libasyncns/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/libasyncns/default.nix b/pkgs/development/python-modules/libasyncns/default.nix
index 310fc54606c6b..bd28c2207340c 100644
--- a/pkgs/development/python-modules/libasyncns/default.nix
+++ b/pkgs/development/python-modules/libasyncns/default.nix
@@ -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;