python310Packages.pyphen: fix pythonImportsCheck

This commit is contained in:
Fabian Affolter 2022-12-02 21:31:06 +01:00
parent 613827f0ce
commit 44f39f4ac7

View file

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