mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
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>
10 lines
269 B
Plaintext
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
|