We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e22cdc commit a7cf6ebCopy full SHA for a7cf6eb
repos/kaleido/py/setup.py
@@ -127,7 +127,7 @@ def run(self):
127
cmd_obj = self.distribution.get_command_obj('bdist_wheel')
128
129
# Use current platform as plat_name, but replace linux with manylinux2014
130
- cmd_obj.plat_name = distutils.util.get_platform().replace("linux-", "manylinux2014-")
+ cmd_obj.plat_name = distutils.util.get_platform().replace("linux-", "manylinux1-")
131
132
# Set macos platform to 10.10 to match chromium build target (See build/config/mac/mac_sdk.gni)
133
# rather than Python environment
0 commit comments