pythonPackages.jaraco_functools: add missing dependency

This commit is contained in:
Frederik Rietdijk 2016-10-17 13:24:17 +02:00
parent cc1fe56e72
commit 936bfd23e1

View File

@ -30417,6 +30417,8 @@ in {
sha256 = "08n7vxdbsl0637b1ap2x3rg698d2as0wzvvpx05dzkrdgsgxrx3g";
};
propagatedBuildInputs = with self; [ backports_functools_lru_cache ];
doCheck = false;
buildInputs = with self; [ setuptools_scm ];