python3.pkgs.jaraco_itertools: fix build

This commit is contained in:
Jörg Thalheim
2020-06-25 11:41:23 +01:00
parent 73e514993a
commit 2a49306482
2 changed files with 32 additions and 0 deletions
@@ -12,6 +12,11 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ setuptools_scm ];
patches = [
./0001-Don-t-run-flake8-checks-during-the-build.patch
];
propagatedBuildInputs = [ inflect more-itertools six ];
checkInputs = [ pytest ];