From 0e68da6175ed89a687920df893409ecd8cab22f2 Mon Sep 17 00:00:00 2001
From: Jonathan Helmus <jjhelmus@gmail.com>
Date: Mon, 30 Jul 2018 16:31:33 -0500
Subject: [PATCH 1/2] Remove exact pinning on certifi and wincertstore

Resolves https://github.com/ContinuumIO/anaconda-issues/issues/5219
---
 setup.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/setup.py b/setup.py
index f5030dd..3cdd211 100755
--- a/setup.py
+++ b/setup.py
@@ -129,14 +129,6 @@ setup_params = dict(
         "setuptools.installation":
             ['eggsecutable = setuptools.command.easy_install:bootstrap'],
     },
-    dependency_links=[
-        pypi_link(
-            'certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d',
-        ),
-        pypi_link(
-            'wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2',
-        ),
-    ],
     setup_requires=[
     ] + wheel,
 )
-- 
2.17.1

