From d8bb37fe5cec45934e965e086d83a241807f3f5e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 28 Dec 2018 04:50:17 -0200 Subject: [PATCH] python-Cheroot: update to 6.5.3. --- .../python-Cheroot/patches/fix-setup.py.patch | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 srcpkgs/python-Cheroot/patches/fix-setup.py.patch diff --git a/srcpkgs/python-Cheroot/patches/fix-setup.py.patch b/srcpkgs/python-Cheroot/patches/fix-setup.py.patch deleted file mode 100644 index 0aa3a5bb735..00000000000 --- a/srcpkgs/python-Cheroot/patches/fix-setup.py.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig -+++ setup.py -@@ -43,7 +43,7 @@ - ), - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', - install_requires=[ -- 'backports.functools_lru_cache', -+ 'backports.functools_lru_cache;python_version<"3.4"', - 'six>=1.11.0', - 'more_itertools>=2.6', - ], -@@ -78,7 +78,7 @@ - 'codecov', - - 'pytest-cov', -- 'backports.unittest_mock', -+ 'backports.unittest_mock;python_version<"3.4"', - - # TLS - 'trustme>=0.4.0', -