-
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.
[sonic-yang-mgmt/setup.py]: Removing the part where build dependencie…
…s are installed in setup.py. (#4657) Changes: -- Removing the part where build dependencies are installed in setup.py. -- Adding build dependencies in corresponsing rules\..*.mk file. Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
- Loading branch information
Praveen Chaudhary
authored
May 28, 2020
1 parent
6d0f8dc
commit 8720192
Showing
4 changed files
with
9 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
SONIC_YANG_MODELS_PY3 = sonic_yang_models-1.0-py3-none-any.whl | ||
$(SONIC_YANG_MODELS_PY3)_SRC_PATH = $(SRC_PATH)/sonic-yang-models | ||
$(SONIC_YANG_MODELS_PY3)_PYTHON_VERSION = 3 | ||
$(SONIC_YANG_MODELS_PY3)_DEBS_DEPENDS = $(LIBYANG) | ||
$(SONIC_YANG_MODELS_PY3)_DEBS_DEPENDS = $(LIBYANG) $(LIBYANG_CPP) \ | ||
$(LIBYANG_PY2) $(LIBYANG_PY3) | ||
|
||
SONIC_PYTHON_WHEELS += $(SONIC_YANG_MODELS_PY3) | ||
export SONIC_YANG_MODELS_PY3 |
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