diff options
Diffstat (limited to 'dev-python/cheroot/files')
-rw-r--r-- | dev-python/cheroot/files/6.5.4-fix-requirements.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/cheroot/files/6.5.4-fix-requirements.patch b/dev-python/cheroot/files/6.5.4-fix-requirements.patch new file mode 100644 index 0000000..a5a4937 --- /dev/null +++ b/dev-python/cheroot/files/6.5.4-fix-requirements.patch @@ -0,0 +1,10 @@ +--- a/setup.cfg 2019-03-09 17:14:40.127863655 -0600 ++++ b/setup.cfg 2019-03-09 17:15:22.135345396 -0600 +@@ -57,7 +57,6 @@ + setuptools_scm>=1.15.0 + setuptools_scm_git_archive>=1.0 + install_requires = +- backports.functools_lru_cache + six>=1.11.0 + more_itertools>=2.6 + |