python3.pkgs.jaraco_itertools: fix build
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user