-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[swsssdk]: Update nomenclature: 'sswsdk' -> 'swsssdk' (#445)
- Loading branch information
Showing
14 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# swsssdk python2 wheel | ||
|
||
SWSSSDK_PY2 = swsssdk-2.0.1-py2-none-any.whl | ||
$(SWSSSDK_PY2)_SRC_PATH = $(SRC_PATH)/sonic-py-swsssdk | ||
$(SWSSSDK_PY2)_PYTHON_VERSION = 2 | ||
SONIC_PYTHON_WHEELS += $(SWSSSDK_PY2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# swsssdk python3 wheel | ||
|
||
SWSSSDK_PY3 = swsssdk-2.0.1-py3-none-any.whl | ||
$(SWSSSDK_PY3)_SRC_PATH = $(SRC_PATH)/sonic-py-swsssdk | ||
$(SWSSSDK_PY3)_PYTHON_VERSION = 3 | ||
# Synthetic dependency just to avoid race condition | ||
$(SWSSSDK_PY3)_DEPENDS += $(SWSSSDK_PY2) | ||
SONIC_PYTHON_WHEELS += $(SWSSSDK_PY3) |
Submodule sonic-dbsyncd
updated
from 3d30cf to 812f2c
Submodule sonic-py-swsssdk
updated
from 497bdf to ebb5ec
Submodule sonic-snmpagent
updated
from c0e022 to d39b66
Submodule sonic-utilities
updated
from edbda4 to 5c59ec