pyinotify: add pythonImportsCheck for itself

This commit is contained in:
Robert James Hernandez
2024-07-09 00:16:05 +00:00
parent 7f0d1d3f16
commit adb0bda124
@@ -17,6 +17,8 @@ buildPythonPackage rec {
# No tests distributed
doCheck = false;
pythonImportsCheck = [ "pyinotify" ];
meta = with lib; {
homepage = "https://github.com/seb-m/pyinotify/wiki";
description = "Monitor filesystems events on Linux platforms with inotify";