From af8a325794b3c1c96860746dbde4ad46218645fe Mon Sep 17 00:00:00 2001 From: wbond Date: Thu, 28 Sep 2023 07:40:08 -0400 Subject: [PATCH] Ensure setuptools is installed for Python 2.7 on macOS --- requires/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requires/ci b/requires/ci index 4bc64ba..70a6972 100644 --- a/requires/ci +++ b/requires/ci @@ -1,5 +1,5 @@ setuptools == 36.8.0 ; python_version == '2.6' -setuptools == 44.1.1 ; python_version == '2.7' and sys_platform == 'win32' +setuptools == 44.1.1 ; python_version == '2.7' and (sys_platform == 'win32' or sys_platform == 'darwin') setuptools == 18.4 ; python_version == '3.2' setuptools == 39.2.0 ; python_version == '3.3' https://github.com/wbond/asn1crypto/archive/master.zip