mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python311Packages.ahocorasick-rs: unbreak, add missing deps
This commit is contained in:
parent
557398e23b
commit
1369cae5fe
@ -1,11 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchPypi,
|
||||
rustPlatform,
|
||||
pytestCheckHook,
|
||||
pyahocorasick,
|
||||
hypothesis,
|
||||
typing-extensions,
|
||||
pytest-benchmark,
|
||||
}:
|
||||
|
||||
@ -32,6 +34,8 @@ buildPythonPackage rec {
|
||||
cargoSetupHook
|
||||
];
|
||||
|
||||
dependencies = lib.optionals (pythonOlder "3.12") [ typing-extensions ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-benchmark
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user