Skip to content

Commit 0991ad1

Browse files
committed
remove merge conflicts
1 parent 233ca9d commit 0991ad1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/private/pypi/extension.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,6 @@ def _configure(config, *, platform, os_name, arch_name, config_settings, env = {
409409
if key not in _SUPPORTED_PEP508_KEYS:
410410
fail("Unsupported key in the PEP508 environment: {}".format(key))
411411

412-
if not os_name:
413-
fail("'os_name' is required")
414-
415-
if not arch_name:
416-
fail("'arch_name' is required")
417-
418412
if whl_platform_tags and "any" not in whl_platform_tags:
419413
# the lowest priority one needs to be the first one
420414
whl_platform_tags = ["any"] + whl_platform_tags

0 commit comments

Comments
 (0)