Commit 18a5828
removed universal bdist_wheel option (#6197)
Remove the obsolete universal bdist_wheel option from setup.py and
update the wheel filename in scripts/build_aws_lambda_layer.py from
py2.py3-none-any.whl to py3-none-any.whl.
The universal flag was used to build wheels compatible with both Python
2 and Python 3. Since the SDK no longer supports Python 2, this option
is unnecessary.
Issues
resolves: #6121
Co-authored-by: Muskan agarwal <muskan.agarwal@easyecom.io>1 parent b99f017 commit 18a5828
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
0 commit comments