3643281594
* Build sonic-config-engine as whl instead of deb package * Add tool to translate openconfig acl into sonic format
7 lines
248 B
Makefile
7 lines
248 B
Makefile
# sonic-config-engine package
|
|
|
|
SONIC_CONFIG_ENGINE = sonic_config_engine-1.0-py2-none-any.whl
|
|
$(SONIC_CONFIG_ENGINE)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
|
|
$(SONIC_CONFIG_ENGINE)_PYTHON_VERSION = 2
|
|
SONIC_PYTHON_WHEELS += $(SONIC_CONFIG_ENGINE)
|