From 2e4c20682d2d2a34506ddb0a20e1d66a4dcbe280 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Fri, 13 Mar 2020 18:43:25 +0100 Subject: [PATCH] =?UTF-8?q?epel=207:=20do=20not=20use=20"setup(=E2=80=A6,?= =?UTF-8?q?=20extras=5Frequire=3D=E2=80=A6)=20because=20python2-setuptools?= =?UTF-8?q?=20is=20too=20old=20on=20EPEL7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0001-fix-requirements.patch | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/0001-fix-requirements.patch b/0001-fix-requirements.patch index c99135d..be28efa 100644 --- a/0001-fix-requirements.patch +++ b/0001-fix-requirements.patch @@ -1,8 +1,8 @@ diff --git a/setup.py b/setup.py -index b4b3865..6eda18d 100644 +index 7d68954..0c211c4 100644 --- a/setup.py +++ b/setup.py -@@ -82,7 +82,7 @@ setup( +@@ -113,14 +113,14 @@ setup( # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ @@ -11,3 +11,11 @@ index b4b3865..6eda18d 100644 'tldextract', 'future', 'cryptography', + 'pyyaml', + ], + +- extras_require=extras_require, ++ #extras_require=extras_require, + + # To provide executable scripts, use entry points in preference to the + # "scripts" keyword. Entry points provide cross-platform support and allow