From 9a32631191112f9eafb555bbf67e5e199fdee07c Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 15 May 2019 23:40:22 +0200 Subject: [PATCH] Update environment marker --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16cba8fb1..ea63d1094 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ install_requires = [ # So this dependency is not added for old Linux distributions with old setuptools, # in order to allow these systems to build certbot from sources. if StrictVersion(setuptools_version) >= StrictVersion('36.2'): - install_requires.append('pywin32 ; sys.platform == \'win32\'') + install_requires.append('pywin32 ; sys_platform == \'win32\'') dev_extras = [ 'astroid==1.6.5',