214e394ac0
#### Why I did it To deprecate swsssdk, remove all dependency to it. #### How I did it Remove swsssdk from rules and build image scripts. #### How to verify it Pass all UT and E2E test case #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 #### Description for the changelog Remove swsssdk from rules and build image scripts. #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
9 lines
319 B
Makefile
9 lines
319 B
Makefile
# sonic-dbsyncd python3 wheel
|
|
|
|
DBSYNCD_PY3 = sonic_d-2.0.0-py3-none-any.whl
|
|
$(DBSYNCD_PY3)_SRC_PATH = $(SRC_PATH)/sonic-dbsyncd
|
|
$(DBSYNCD_PY3)_PYTHON_VERSION = 3
|
|
$(DBSYNCD_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3)
|
|
$(DBSYNCD_PY3)_DEBS_DEPENDS += $(LIBSWSSCOMMON) $(PYTHON3_SWSSCOMMON)
|
|
SONIC_PYTHON_WHEELS += $(DBSYNCD_PY3)
|