Files
buildroot/package/python-pyroute2/Config.in
Fiona Klute (WIWA) 786557d859 package/python-pyroute2: bump to version 0.9.4
From 0.9.1 the pyroute2 core is async, the synchronous API remains
available as a wrapper.

Upstream changelog:
https://github.com/svinota/pyroute2/blob/0.9.4/CHANGELOG.rst

pyroute2 now requires the python3 ssl module at runtime. This is
reflected in Config.in.

Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
[Julien:
 - add comment in commit log about new ssl runtime dependency
 - add runtime comment in Config.in
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-08-13 17:26:47 +02:00

10 lines
269 B
Plaintext

config BR2_PACKAGE_PYTHON_PYROUTE2
bool "python-pyroute2"
select BR2_PACKAGE_PYTHON3_SQLITE
select BR2_PACKAGE_PYTHON3_SSL # runtime
help
Python netlink library - Linux network / netns / wireless /
ipset configuration.
https://github.com/svinota/pyroute2