pythonPackages.datrie: add missing dependencies

This commit is contained in:
Frederik Rietdijk 2016-12-25 18:54:27 +01:00
parent 277080fea0
commit 683f25522d

View file

@ -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";