Unverified Commit 25db4df1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #204173 from fabaff/pyphen-fix

python310Packages.pyphen: fix pythonImportsCheck
parents bc09dbe4 44f39f4a
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; {