python312Packages.emoji: drop typing-extensions

This commit is contained in:
Weijia Wang
2025-02-25 10:38:16 +01:00
parent 2138f6c549
commit a46d43e12a
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
typing-extensions,
pytestCheckHook,
pythonOlder,
}:
@@ -24,8 +23,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ typing-extensions ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [ "test_emojize_name_only" ];