We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f74f3 commit 77fe009Copy full SHA for 77fe009
README.rst
@@ -40,6 +40,19 @@ On a Debian/Ubuntu system::
40
41
sudo apt-get install python3-dev gcc python3-cffi
42
43
+Compatibility
44
+-------------
45
+
46
+.. attention::
47
48
+ For now, only `libyang 1.x`__ is supported. These CFFI bindings will not work
49
+ with the libyang 2.x. See issues `sysrepo/sysrepo-python#17`__ for more
50
+ details and `sysrepo/sysrepo-python#12`__ for updates.
51
52
+ __ https://github.com/CESNET/libyang/tree/libyang1
53
+ __ https://github.com/sysrepo/sysrepo-python/issues/17
54
+ __ https://github.com/sysrepo/sysrepo-python/issues/12
55
56
Compilation Flags
57
-----------------
58
0 commit comments