Skip to content
Snippets Groups Projects
Commit ab332f3e authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

docs: document new `pyroute2` dependency

parent bd4395a7
No related branches found
No related tags found
1 merge request!178networking: use proper wrapper around ip command
Pipeline #63200 passed
......@@ -32,6 +32,7 @@ Deckard requires following software to be installed:
- python-augeas_ - Python bindings for augeas API
- pytest_ - testing framework for Python, used for running the test cases
- pytest-xdist_ - module for pytest for distributed testing
- pyroute2_ - Python netlink library (managing IP addresses, routes,…)
- dumpcap_ - command line tool for network capture (part of Wireshark)
- faketime_ - used for faking the time in tests of DNSSEC
......@@ -88,4 +89,5 @@ Happy testing.
.. _`python-augeas`: https://pypi.org/project/python-augeas/
.. _`pytest`: https://pytest.org/
.. _`pytest-xdist`: https://pypi.python.org/pypi/pytest-xdist
.. _`pyroute2`: https://pyroute2.org/
.. _`dumpcap`: https://www.wireshark.org/docs/man-pages/dumpcap.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment