mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
knot_exporter: add maximum libknot dependency version to ensure library consistency
fixes #956
This commit is contained in:
parent
43de9e7655
commit
eebfa83a3f
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ classifiers = [
|
|||
"Topic :: System :: Systems Administration",
|
||||
]
|
||||
dependencies = [
|
||||
"libknot",
|
||||
"libknot<@KNOT_VERSION_MAJOR@.@KNOT_VERSION_MINOR@.99",
|
||||
"prometheus-client",
|
||||
"psutil",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ setuptools.setup(
|
|||
],
|
||||
python_requires='>=3.5',
|
||||
install_requires=[
|
||||
'libknot',
|
||||
'libknot<@KNOT_VERSION_MAJOR@.@KNOT_VERSION_MINOR@.99',
|
||||
'prometheus-client',
|
||||
'psutil',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue