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
commit 25db4df183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
];
pythonImportsCheck = [
"ptpython"
"pyphen"
];
meta = with lib; {