mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
pythonPackages.datrie: add missing dependencies
This commit is contained in:
parent
277080fea0
commit
683f25522d
@ -5457,6 +5457,8 @@ in {
|
||||
url = "mirror://pypi/d/datrie/datrie-${version}.tar.gz";
|
||||
sha256 = "08r0if7dry2q7p34gf7ffyrlnf4bdvnprxgydlfxgfnvq8f3f4bs";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest pytestrunner hypothesis ];
|
||||
meta = {
|
||||
description = "Super-fast, efficiently stored Trie for Python";
|
||||
homepage = "https://github.com/kmike/datrie";
|
||||
|
Loading…
Reference in New Issue
Block a user