Skip to content

Commit

Permalink
[rules/sonic-yang-mgmt-py2.mk]: Reverting back to PY2.
Browse files Browse the repository at this point in the history
Changes:
-- Reverting back to PY2.
-- Keeping package environment varible name to SONIC_YANG_MGMT_PY

Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
  • Loading branch information
Praveen Chaudhary committed Apr 7, 2020
1 parent 0910f14 commit d57496b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rules/sonic-yang-mgmt-py2.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonic-yang-mgmt python2 wheel

SONIC_YANG_MGMT_PY = sonic_yang_mgmt-1.0-py-none-any.whl
SONIC_YANG_MGMT_PY = sonic_yang_mgmt-1.0-py2-none-any.whl
$(SONIC_YANG_MGMT_PY)_SRC_PATH = $(SRC_PATH)/sonic-yang-mgmt
$(SONIC_YANG_MGMT_PY)_PYTHON_VERSION = 2
$(SONIC_YANG_MGMT_PY)_DEBS_DEPENDS = $(LIBYANG)
Expand Down
1 change: 0 additions & 1 deletion src/sonic-yang-mgmt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def run (self):
'Programming Language :: Python :: 3.8',
],
description="Package contains Python Library for YANG for sonic.",
options={'bdist_wheel':{'python_tag':'py'}},
tests_require = test_requirements,
license="GNU General Public License v3",
long_description=readme + '\n\n',
Expand Down

0 comments on commit d57496b

Please sign in to comment.