Commit adb0bda1 authored by Robert James Hernandez's avatar Robert James Hernandez
Browse files

pyinotify: add pythonImportsCheck for itself

parent 7f0d1d3f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";