2020-06-20 23:01:24 -05:00
|
|
|
# sonic-bgpcfgd package
|
|
|
|
|
2020-11-05 12:01:43 -06:00
|
|
|
SONIC_BGPCFGD = sonic_bgpcfgd-1.0-py3-none-any.whl
|
2020-06-20 23:01:24 -05:00
|
|
|
$(SONIC_BGPCFGD)_SRC_PATH = $(SRC_PATH)/sonic-bgpcfgd
|
2020-11-05 12:01:43 -06:00
|
|
|
# These dependencies are only needed because they are dependencies
|
2020-08-03 13:43:12 -05:00
|
|
|
# of sonic-config-engine and bgpcfgd explicitly calls sonic-cfggen
|
|
|
|
# as part of its unit tests.
|
|
|
|
# TODO: Refactor unit tests so that these dependencies are not needed
|
2020-11-05 12:01:43 -06:00
|
|
|
|
2021-06-10 14:03:33 -05:00
|
|
|
$(SONIC_BGPCFGD)_DEPENDS += $(SONIC_CONFIG_ENGINE_PY3) \
|
|
|
|
$(SONIC_YANG_MGMT_PY3) \
|
|
|
|
$(SONIC_YANG_MODELS_PY3)
|
|
|
|
$(SONIC_BGPCFGD)_DEBS_DEPENDS += $(LIBYANG) \
|
|
|
|
$(LIBYANG_CPP) \
|
|
|
|
$(LIBYANG_PY3) \
|
|
|
|
$(PYTHON3_SWSSCOMMON)
|
2020-11-05 12:01:43 -06:00
|
|
|
$(SONIC_BGPCFGD)_PYTHON_VERSION = 3
|
2020-06-20 23:01:24 -05:00
|
|
|
SONIC_PYTHON_WHEELS += $(SONIC_BGPCFGD)
|