Fix the version specifier for the new p4python arm64 builds.

Review Request #12023 — Created Jan. 31, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

My previous change to include our custom p4python arm64 builds wasn't
right. The wrong specifier was being used to match arm64. I've fixed it
to use platform_machine and not platform_system, and made that
conditional on running on Darwin.

Tested a clean installation. Got the right builds on M1.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix the version specifier for the new p4python arm64 builds.
My previous change to include our custom p4python arm64 builds wasn't right. The wrong specifier was being used to match arm64. I've fixed it to use `platform_machine` and not `platform_system`, and made that conditional on running on Darwin.
0950acb5a6ba7bb0b37cb2235ef2118fc83f403c Christian Hammond
dev-requirements.txt
Loading...