2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3931] fixed hammer sysrepo version

This commit is contained in:
Razvan Becheriu 2025-08-12 11:03:22 +03:00 committed by Andrei Pavel
parent efa46d73cc
commit 5a3fbb5dd5
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -1247,7 +1247,7 @@ def _install_libyang_from_sources(ignore_errors=False):
def _install_sysrepo_from_sources(ignore_errors=False):
"""Install sysrepo from sources."""
version = '3.13.5'
version = '3.7.11'
libdirs = [f'{usr}/{lib}' for usr in ['/usr', '/usr/local'] for lib in ['lib', 'lib64']]
for libdir in libdirs: