Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80c65f8

Browse files
committedFeb 12, 2025
IGNORE THIS COMMIT: merge libyang3 step 3 (PR sonic-net#21716)
1 parent 905109d commit 80c65f8

File tree

11 files changed

+632
-240
lines changed

11 files changed

+632
-240
lines changed
 

‎rules/libyang3-py3.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libyang3 python3 deb package
22

33
LIBYANG3_PY3_VERSION = 3.0.3
4-
LIBYANG3_PY3_SUBVERSION = 1
4+
LIBYANG3_PY3_SUBVERSION = 1+b1sonic1
55
LIBYANG3_PY3_FULLVERSION = $(LIBYANG3_PY3_VERSION)-$(LIBYANG3_PY3_SUBVERSION)
66

77
export LIBYANG3_PY3_VERSION

‎rules/sonic-yang-mgmt-py3.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
SONIC_YANG_MGMT_PY3 = sonic_yang_mgmt-1.0-py3-none-any.whl
44
$(SONIC_YANG_MGMT_PY3)_SRC_PATH = $(SRC_PATH)/sonic-yang-mgmt
55
$(SONIC_YANG_MGMT_PY3)_PYTHON_VERSION = 3
6-
$(SONIC_YANG_MGMT_PY3)_DEBS_DEPENDS = $(LIBYANG) $(LIBYANG_CPP) $(LIBYANG_PY3)
6+
$(SONIC_YANG_MGMT_PY3)_DEBS_DEPENDS = $(LIBYANG3) $(LIBYANG3_PY3)
77
$(SONIC_YANG_MGMT_PY3)_DEPENDS = $(SONIC_YANG_MODELS_PY3)
8-
$(SONIC_YANG_MGMT_PY3)_RDEPENDS = $(SONIC_YANG_MODELS_PY3) $(LIBYANG) \
9-
$(LIBYANG_CPP) $(LIBYANG_PY3)
8+
$(SONIC_YANG_MGMT_PY3)_RDEPENDS = $(SONIC_YANG_MODELS_PY3) $(LIBYANG3) \
9+
$(LIBYANG3_PY3)
1010

1111
SONIC_PYTHON_WHEELS += $(SONIC_YANG_MGMT_PY3)

‎src/libyang3-py3.patch/0001-debian.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff -ruN libyang-python.orig/debian/changelog libyang-python.new/debian/changel
22
--- libyang-python.orig/debian/changelog 1970-01-01 00:00:00.000000000 +0000
33
+++ libyang-python.new/debian/changelog 2025-02-09 12:45:51.113010546 +0000
44
@@ -0,0 +1,5 @@
5-
+libyang-python (3.0.3-1) unstable; urgency=low
5+
+libyang-python (3.0.3-1+b1sonic1) unstable; urgency=low
66
+
77
+ * source package automatically created by stdeb 0.10.0
88
+

0 commit comments

Comments
 (0)
Please sign in to comment.