Merge pull request #204173 from fabaff/pyphen-fix

python310Packages.pyphen: fix pythonImportsCheck
This commit is contained in:
Fabian Affolter
2022-12-03 10:02:14 +01:00
committed by GitHub
@@ -31,7 +31,7 @@ buildPythonPackage rec {
];
pythonImportsCheck = [
"ptpython"
"pyphen"
];
meta = with lib; {