lol

Merge pull request #204173 from fabaff/pyphen-fix

python310Packages.pyphen: fix pythonImportsCheck

authored by

Fabian Affolter and committed by
GitHub
25db4df1 bc09dbe4

+1 -1
+1 -1
pkgs/development/python-modules/pyphen/default.nix
··· 31 31 ]; 32 32 33 33 pythonImportsCheck = [ 34 - "ptpython" 34 + "pyphen" 35 35 ]; 36 36 37 37 meta = with lib; {