Commit 44f39f4a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pyphen: fix pythonImportsCheck

parent 613827f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  ];

  pythonImportsCheck = [
    "ptpython"
    "pyphen"
  ];

  meta = with lib; {