Skip to content

Commit

Permalink
Dsiable building Python 3 sonic-platform-common package for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque committed Aug 5, 2020
1 parent 725f09b commit 496bc9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rules/sonic-platform-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ SONIC_PYTHON_WHEELS += $(SONIC_PLATFORM_COMMON_PY2)
SONIC_PLATFORM_COMMON_PY3 = sonic_platform_common-1.0-py3-none-any.whl
$(SONIC_PLATFORM_COMMON_PY3)_SRC_PATH = $(SRC_PATH)/sonic-platform-common
$(SONIC_PLATFORM_COMMON_PY3)_PYTHON_VERSION = 3
$(SONIC_PLATFORM_COMMON_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3)
$(SONIC_PLATFORM_COMMON_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) $(SONIC_CONFIG_ENGINE)
# Synthetic dependency just to avoid race condition
$(SONIC_PLATFORM_COMMON_PY3)_DEPENDS += $(SONIC_PLATFORM_COMMON_PY2)
$(SONIC_PLATFORM_COMMON_PY3)_TEST = n
SONIC_PYTHON_WHEELS += $(SONIC_PLATFORM_COMMON_PY3)
# Disable building Python 3 package for now, becuase it currently depends on sonic-config-engine,
# and we're not yet building a Python 3 package for sonic-config-engine
#SONIC_PYTHON_WHEELS += $(SONIC_PLATFORM_COMMON_PY3)

0 comments on commit 496bc9a

Please sign in to comment.