python3Packages.posthog: add missing dep typing-extensions (#425535)

This commit is contained in:
Yt 2025-07-15 20:36:38 -04:00 committed by GitHub
commit 600bfe60ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
requests,
setuptools,
six,
typing-extensions,
}:
buildPythonPackage rec {
@ -38,6 +39,7 @@ buildPythonPackage rec {
python-dateutil
requests
six
typing-extensions
];
nativeCheckInputs = [