Skip to content

Commit 0795b59

Browse files
authored
bump libyang version to 2.37
1 parent 83e8cd6 commit 0795b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def make_release_tree(self, base_dir, files):
158158
'cffi; platform_python_implementation != "PyPy"',
159159
],
160160
install_requires=[
161-
"libyang>=2.1",
161+
"libyang>=2.37",
162162
'cffi; platform_python_implementation != "PyPy"',
163163
],
164164
cffi_modules=["cffi/build.py:BUILDER"],

0 commit comments

Comments
 (0)