python3Packages.jaraco_itertools: remove patch

No longer applies and we don't test anymore anyway.
This commit is contained in:
Frederik Rietdijk
2021-04-03 17:49:55 +02:00
parent 43769c051c
commit c57d51f1ab
2 changed files with 0 additions and 31 deletions
@@ -15,10 +15,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools_scm ];
patches = [
./0001-Don-t-run-flake8-checks-during-the-build.patch
];
propagatedBuildInputs = [ inflect more-itertools six ];
checkInputs = [ pytest ];