python3Packages.posthog: add missing dep typing-extensions
This commit is contained in:
parent
1f69b23036
commit
1f4c9bb1a6
@ -15,6 +15,7 @@
|
||||
requests,
|
||||
setuptools,
|
||||
six,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
python-dateutil
|
||||
requests
|
||||
six
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user