diff --git a/cheroot-fix-setup-python3.patch b/cheroot-fix-setup-python3.patch deleted file mode 100644 index b9f1a6602ea56128b3de472fb9a9de6f9730f348..0000000000000000000000000000000000000000 --- a/cheroot-fix-setup-python3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/setup.cfg 2018-12-27 20:35:11.000000000 +0100 -+++ b/setup.cfg 2019-01-02 10:19:34.658391238 +0100 -@@ -57,7 +57,7 @@ setup_requires = - setuptools_scm>=1.15.0 - setuptools_scm_git_archive>=1.0 - install_requires = -- backports.functools_lru_cache -+ backports.functools_lru_cache; python_version<"3.4.0" - six>=1.11.0 - more_itertools>=2.6