Skip to content

Commit

Permalink
Ensure setuptools is installed for Python 2.7 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Sep 28, 2023
1 parent 3c903c8 commit af8a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requires/ci
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af8a325

Please sign in to comment.