Commit 499672e5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.rebulk: add pythonImportsCheck

parent 80cfa1ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ buildPythonPackage rec {
  buildInputs = [ pytest pytest-runner ];
  propagatedBuildInputs = [ six regex ];

  pythonImportsCheck = [
    "rebulk"
  ];

  meta = with lib; {
    description = "Advanced string matching from simple patterns";
    homepage = "https://github.com/Toilal/rebulk/";