python310Packages.unicodedata2: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-11-12 13:43:24 +01:00
committed by GitHub
parent a4fc57190f
commit 1af7101787
@@ -21,6 +21,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"unicodedata2"
];
meta = with lib; {
description = "Backport and updates for the unicodedata module";
homepage = "https://github.com/mikekap/unicodedata2";