Skip to content

Commit

Permalink
[host-services] Add dependency of PYTHON3_SWSSCOMMON (#8651)
Browse files Browse the repository at this point in the history
#### Why I did it
This is a partial backport of #8034
In order to unblock cherry-pick other commits of test code from master to 202012.
  • Loading branch information
qiluo-msft authored Sep 14, 2021
1 parent 5bf81f8 commit 67e38ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/sonic-host-services.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ $(SONIC_HOST_SERVICES_PY3)_SRC_PATH = $(SRC_PATH)/sonic-host-services
$(SONIC_HOST_SERVICES_PY3)_PYTHON_VERSION = 3
$(SONIC_HOST_SERVICES_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
$(SWSSSDK_PY3)
$(SONIC_HOST_SERVICES_PY3)_DEBS_DEPENDS = $(LIBSWSSCOMMON) \
$(PYTHON3_SWSSCOMMON)
SONIC_PYTHON_WHEELS += $(SONIC_HOST_SERVICES_PY3)

0 comments on commit 67e38ab

Please sign in to comment.