Unverified Commit 1af71017 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.unicodedata2: add pythonImportsCheck

parent a4fc5719
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";