13f8e9ce5e
* Convert bgpcfgd to python3 Convert bgpmon to python3 Fix some issues in bgpmon * Add python3-swsscommon as depends * Install dependencies * reorder deps Co-authored-by: Pavel Shirshov <pavel.contrib@gmail.com>
14 lines
546 B
Makefile
14 lines
546 B
Makefile
# sonic-bgpcfgd package
|
|
|
|
SONIC_BGPCFGD = sonic_bgpcfgd-1.0-py3-none-any.whl
|
|
$(SONIC_BGPCFGD)_SRC_PATH = $(SRC_PATH)/sonic-bgpcfgd
|
|
# These dependencies are only needed because they are dependencies
|
|
# 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
|
|
|
|
$(SONIC_BGPCFGD)_DEPENDS += $(SONIC_PY_COMMON_PY2)
|
|
$(SONIC_BGPCFGD)_DEBS_DEPENDS += $(PYTHON3_SWSSCOMMON)
|
|
$(SONIC_BGPCFGD)_PYTHON_VERSION = 3
|
|
SONIC_PYTHON_WHEELS += $(SONIC_BGPCFGD)
|