mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python3Packages.meson-python: Propagate typing-extensions
It is both a build and a runtime dependency for python<3.10.
This commit is contained in:
parent
7b4bf87e27
commit
8ecc4d8479
@ -36,6 +36,8 @@ buildPythonPackage rec {
|
||||
ninja
|
||||
pyproject-metadata
|
||||
tomli
|
||||
] ++ lib.optionals (pythonOlder "3.10") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# Ugly work-around. Drop ninja dependency.
|
||||
|
Loading…
Reference in New Issue
Block a user