Blame SOURCES/0001-Drop-minimal-setuptools-and-pytest-version-fron-setu.patch

bd0556
From 061a06b4ec5aa942db5b5bdbfe392911d9b949e6 Mon Sep 17 00:00:00 2001
bd0556
From: Christian Heimes <cheimes@redhat.com>
bd0556
Date: Mon, 14 Aug 2017 13:33:23 +0200
bd0556
Subject: [PATCH 1/4] Drop minimal setuptools and pytest version fron setup.py
bd0556
bd0556
---
bd0556
 setup.py | 4 ++--
bd0556
 1 file changed, 2 insertions(+), 2 deletions(-)
bd0556
bd0556
diff --git a/setup.py b/setup.py
bd0556
index c5a99be5..0d951bb8 100644
bd0556
--- a/setup.py
bd0556
+++ b/setup.py
bd0556
@@ -37,7 +37,7 @@ requirements = [
bd0556
     "idna>=2.0",
bd0556
     "pyasn1>=0.1.8",
bd0556
     "six>=1.4.1",
bd0556
-    "setuptools>=11.3",
bd0556
+    "setuptools",
bd0556
 ]
bd0556
 setup_requirements = []
bd0556
 
bd0556
@@ -58,7 +58,7 @@ else:
bd0556
     setup_requirements.append("cffi>=1.4.1")
bd0556
 
bd0556
 test_requirements = [
bd0556
-    "pytest>=2.9.0",
bd0556
+    "pytest",
bd0556
     "pretend",
bd0556
     "iso8601",
bd0556
     "pyasn1_modules",
bd0556
-- 
bd0556
2.13.5
bd0556