Skip to content

Commit 0425822

Browse files
Merge pull request #568 from vossen-adobe/another-build-fix
Python 2 build issue due to Zipp
2 parents 50b565d + f26e781 commit 0425822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
'click-default-group',
5959
],
6060
extras_require={
61-
':python_version<"3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62-
'more-itertools==4.3.0'
61+
':python_version<"3"':[
62+
'zipp==1.1.0',
6363
],
6464
':sys_platform=="linux" or sys_platform=="linux2"': [
6565
'secretstorage',

0 commit comments

Comments
 (0)